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 InvalidFilterException

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

All Implemented Interfaces:
java.io.Serializable

public class InvalidFilterException
extends IDSException

Used for Exceptions generated within Identity Beans

See Also:
Serialized Form

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

InvalidFilterException

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

InvalidFilterException

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

InvalidFilterException

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

InvalidFilterException

public InvalidFilterException(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
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.