Class SoDEngineConnectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.grc.sod.exception.SoDEngineConnectionException
All Implemented Interfaces:
Serializable, Cloneable

public final class SoDEngineConnectionException extends Exception implements Cloneable
See Also:
  • Field Details

    • isMessage

      public String 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

      public SoDEngineConnectionException(String isMessage)
      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

      public SoDEngineConnectionException(String errorCode, String isMessage)
      Constructs a new SoDEngineConnectionException with the specified error code and detail message.
      Parameters:
      errorCode - the error code
      isMessage - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
    • SoDEngineConnectionException

      public SoDEngineConnectionException(String isMessage, Exception ex)
  • Method Details

    • SetErrorCode

      public void SetErrorCode(String code)
      Method to set the Error code on SoDEngineConnectionException
      Parameters:
      code - , error code to be set
    • getErrorCode

      public String getErrorCode()
      Returns the error code associated with SoDEngineConnectionException
      Returns:
      the error code associated with the exception
    • SetMessage

      public void SetMessage(String message)
      Method to set the Error message on SoDEngineConnectionException
      Parameters:
      message - , error message to be set
    • getMessage

      public String getMessage()
      Returns the error message associated with SoDEngineConnectionException
      Overrides:
      getMessage in class Throwable
      Returns:
      the error message associated with the exception