Class GetSODCheckResultsException

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

public class GetSODCheckResultsException 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

    • GetSODCheckResultsException

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

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

      public GetSODCheckResultsException(String isMessage, Exception ex)