Class SODRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.sod.exception.SODRequestException
All Implemented Interfaces:
Serializable

public class SODRequestException extends Exception
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

    • SODRequestException

      public SODRequestException()
      Creates a new SODRequestException object.
    • SODRequestException

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

      public SODRequestException(String isMessage, Exception ex)