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 OperationNotSupportedException

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

All Implemented Interfaces:
java.io.Serializable

public class OperationNotSupportedException
extends IDSException

Used for Exceptions generated within Identity Beans

See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
           
OperationNotSupportedException(java.lang.String msg)
           
OperationNotSupportedException(java.lang.String msg, java.lang.Throwable cause)
           
OperationNotSupportedException(java.lang.Throwable cause)
           

 

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

OperationNotSupportedException

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

OperationNotSupportedException

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

OperationNotSupportedException

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

OperationNotSupportedException

public OperationNotSupportedException(java.lang.String msg,
                                      java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, 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.