Package pl.edu.icm.unity.exceptions
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.exceptions.EngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException
,CapacityLimitReachedException
,ExecutionFailException
,IllegalAttributeTypeException
,IllegalAttributeValueException
,IllegalCredentialException
,IllegalFormTypeException
,IllegalGroupValueException
,IllegalIdentityValueException
,IllegalTypeException
,IllegalURIException
,MergeConflictException
,SchemaConsistencyException
,StopAuthenticationException
,TooManyAttempts
,WrongArgumentException
Super class of all API exceptions.
- Author:
- K. Benedyczak
- See Also:
-
Constructor Summary
ConstructorDescriptionEngineException
(String msg) EngineException
(String msg, Throwable cause) EngineException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EngineException
public EngineException() -
EngineException
-
EngineException
-
EngineException
-