Skip navigation links


oracle.iam.sod.exception
Class ConnectorITResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.sod.exception.ConnectorITResourceNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class ConnectorITResourceNotFoundException
extends java.lang.Exception
See Also:
Serialized Form

Field Summary
 java.lang.String isMessage
          The detailed message.

 

Constructor Summary
ConnectorITResourceNotFoundException()
          Creates a new SODRequestException object.
ConnectorITResourceNotFoundException(java.lang.String isMessage)
          Constructs a new ConnectorITResourceNotFoundException with the specified detail message.
ConnectorITResourceNotFoundException(java.lang.String isMessage, java.lang.Exception ex)
           

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

isMessage

public java.lang.String isMessage
The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.

Constructor Detail

ConnectorITResourceNotFoundException

public ConnectorITResourceNotFoundException()
Creates a new SODRequestException object.

ConnectorITResourceNotFoundException

public ConnectorITResourceNotFoundException(java.lang.String isMessage)
Constructs a new ConnectorITResourceNotFoundException with the specified detail message.
Parameters:
isMessage - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.

ConnectorITResourceNotFoundException

public ConnectorITResourceNotFoundException(java.lang.String isMessage,
                                            java.lang.Exception ex)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.