Package oracle.iam.grc.sod.exception
Class SoDEngineConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.grc.sod.exception.SoDEngineConnectionException
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new tcAPIException object.SoDEngineConnectionException
(String isMessage) Constructs a new SoDEngineConnectionException with the specified detail message.SoDEngineConnectionException
(String isMessage, Exception ex) SoDEngineConnectionException
(String errorCode, String isMessage) Constructs a new SoDEngineConnectionException with the specified error code and detail message. -
Method Summary
Modifier and TypeMethodDescriptionReturns the error code associated with SoDEngineConnectionExceptionReturns the error message associated with SoDEngineConnectionExceptionvoid
SetErrorCode
(String code) Method to set the Error code on SoDEngineConnectionExceptionvoid
SetMessage
(String message) Method to set the Error message on SoDEngineConnectionExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
-
SoDEngineConnectionException
public SoDEngineConnectionException()Creates a new tcAPIException object. -
SoDEngineConnectionException
Constructs a new SoDEngineConnectionException with the specified detail message.- Parameters:
isMessage
- the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
-
SoDEngineConnectionException
Constructs a new SoDEngineConnectionException with the specified error code and detail message.- Parameters:
errorCode
- the error codeisMessage
- the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
-
SoDEngineConnectionException
-
-
Method Details
-
SetErrorCode
Method to set the Error code on SoDEngineConnectionException- Parameters:
code
- , error code to be set
-
getErrorCode
Returns the error code associated with SoDEngineConnectionException- Returns:
- the error code associated with the exception
-
SetMessage
Method to set the Error message on SoDEngineConnectionException- Parameters:
message
- , error message to be set
-
getMessage
Returns the error message associated with SoDEngineConnectionException- Overrides:
getMessage
in classThrowable
- Returns:
- the error message associated with the exception
-