Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


oracle.igf.ids
Class IDSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.igf.ids.IDSException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException, AuthorizationException, EntityAlreadyExistsException, EntityNotFoundException, EntityNotUniqueException, InvalidAttributesException, OperationNotSupportedException

public class IDSException
extends java.lang.Exception

Generic Identity Directory Service Exception

See Also:
Serialized Form

Constructor Summary
IDSException()
           
IDSException(java.lang.String msg)
           
IDSException(java.lang.String msg, java.lang.Throwable cause)
           
IDSException(java.lang.String msg, java.lang.Throwable cause, int errorCode, java.lang.String additionalInfo)
           
IDSException(java.lang.Throwable cause)
           
IDSException(java.lang.Throwable cause, int errorCode, java.lang.String additionalInfo)
           

 

Method Summary
 java.lang.String getAdditionalInfo()
           
 int getErrorCode()
           
 void setAdditionalInfo(java.lang.String additionalInfo)
           
 void setErrorCode(int errorCode)
           
 java.lang.String toString()
           

 

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

 

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

 

Constructor Detail

IDSException

public IDSException()
See Also:
Exception.Exception()

IDSException

public IDSException(java.lang.String msg)
See Also:
Exception.Exception(java.lang.String)

IDSException

public IDSException(java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)

IDSException

public IDSException(java.lang.String msg,
                    java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

IDSException

public IDSException(java.lang.Throwable cause,
                    int errorCode,
                    java.lang.String additionalInfo)

IDSException

public IDSException(java.lang.String msg,
                    java.lang.Throwable cause,
                    int errorCode,
                    java.lang.String additionalInfo)

Method Detail

setErrorCode

public void setErrorCode(int errorCode)

setAdditionalInfo

public void setAdditionalInfo(java.lang.String additionalInfo)

getErrorCode

public int getErrorCode()

getAdditionalInfo

public java.lang.String getAdditionalInfo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


Copyright © 2012 Oracle. All Rights Reserved.