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
,TooManyAttempts
,WrongArgumentException
public class EngineException extends Exception
Super class of all API exceptions.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineException()
EngineException(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
-
-