org.eclipse.higgins.idas.api
Class IdASException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.idas.api.IdASException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationException, BadFilterException, ContextNotOpenException, ContextOpenException, EntityExistsException, IdASModelException, InvalidEntityIDException, InvalidTypeException, MultipleValuesExistException, NoSuchEntityException, NotImplementedException, NotSingleValuedAttributeException, UnhandledExtensionException, ValueAlreadyExistsException
public class IdASException
- extends Exception
Root IdAS Exception class
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)