org.eclipse.higgins.idas.api
Class IdASException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, BadFilterException, ContextNotOpenException, ContextOpenException, IdASModelException, InvalidSubjectIDException, InvalidTypeException, MultipleValuesExistException, NoSuchSubjectException, NotImplementedException, NotSingleValuedAttributeException, SubjectExistsException

public class IdASException
extends Exception

Root IdAS Exception class

See Also:
Serialized Form

Constructor Summary
IdASException()
           
IdASException(String message)
           
IdASException(String message, Throwable cause)
           
IdASException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdASException

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

IdASException

public IdASException(String message)
See Also:
Exception.Exception(java.lang.String)

IdASException

public IdASException(String message,
                     Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

IdASException

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