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 EntityNotUniqueException

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

All Implemented Interfaces:
java.io.Serializable

public class EntityNotUniqueException
extends IDSException

Identity Directory Entity Not Unique exception

See Also:
Serialized Form

Constructor Summary
EntityNotUniqueException()
           
EntityNotUniqueException(java.lang.String msg)
           
EntityNotUniqueException(java.lang.String msg, java.lang.Throwable cause)
           
EntityNotUniqueException(java.lang.String msg, java.lang.Throwable cause, int errorCode, java.lang.String additionalInfo)
           
EntityNotUniqueException(java.lang.Throwable cause)
           
EntityNotUniqueException(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

EntityNotUniqueException

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

EntityNotUniqueException

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

EntityNotUniqueException

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

EntityNotUniqueException

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

EntityNotUniqueException

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

EntityNotUniqueException

public EntityNotUniqueException(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.