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