Package oracle.iam.sod.exception
Class GetSODCheckResultsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.sod.exception.GetSODCheckResultsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new GetSODCheckResultsException object.GetSODCheckResultsException
(String isMessage) Constructs a new GetSODCheckResultsException with the specified detail message.GetSODCheckResultsException
(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
-
GetSODCheckResultsException
public GetSODCheckResultsException()Creates a new GetSODCheckResultsException object. -
GetSODCheckResultsException
Constructs a new GetSODCheckResultsException with the specified detail message.- Parameters:
isMessage
- the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
-
GetSODCheckResultsException
-