Skip navigation links


oracle.iam.sod.exception
Class SODRequestException

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

All Implemented Interfaces:
java.io.Serializable

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

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

 

Constructor Summary
SODRequestException()
          Creates a new SODRequestException object.
SODRequestException(java.lang.String isMessage)
          Constructs a new SODRequestException with the specified detail message.
SODRequestException(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

SODRequestException

public SODRequestException()
Creates a new SODRequestException object.

SODRequestException

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

Skip navigation links


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