Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids
Class EntityNotFoundException

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

All Implemented Interfaces:
java.io.Serializable

public class EntityNotFoundException
extends IDSException

Identity Directory Entity Not Found exception

See Also:
Serialized Form

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

 

Method Summary

 

Methods inherited from class oracle.igf.ids.IDSException
getAdditionalInfo, getErrorCode, setAdditionalInfo, setErrorCode, 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

EntityNotFoundException

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

EntityNotFoundException

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

EntityNotFoundException

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

EntityNotFoundException

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

EntityNotFoundException

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

EntityNotFoundException

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

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.