Skip navigation links


oracle.iam.sod.exception
Class GetSODCheckResultsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.sod.exception.GetSODCheckResultsException

All Implemented Interfaces:
java.io.Serializable

public class GetSODCheckResultsException
extends java.lang.Exception
See Also:
Serialized Form

Field Summary
 java.lang.String isMessage
          The detailed message.

 

Constructor Summary
GetSODCheckResultsException()
          Creates a new GetSODCheckResultsException object.
GetSODCheckResultsException(java.lang.String isMessage)
          Constructs a new GetSODCheckResultsException with the specified detail message.
GetSODCheckResultsException(java.lang.String isMessage, java.lang.Exception ex)
           

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

isMessage

public java.lang.String isMessage
The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.

Constructor Detail

GetSODCheckResultsException

public GetSODCheckResultsException()
Creates a new GetSODCheckResultsException object.

GetSODCheckResultsException

public GetSODCheckResultsException(java.lang.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(java.lang.String isMessage,
                                   java.lang.Exception ex)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.