Package oracle.iam.sod.exception
Class ConnectorITResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.sod.exception.ConnectorITResourceNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SODRequestException object.ConnectorITResourceNotFoundException
(String isMessage) Constructs a new ConnectorITResourceNotFoundException with the specified detail message.ConnectorITResourceNotFoundException
(String isMessage, Exception ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
isMessage
The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
-
-
Constructor Details
-
ConnectorITResourceNotFoundException
public ConnectorITResourceNotFoundException()Creates a new SODRequestException object. -
ConnectorITResourceNotFoundException
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
-