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

public class EngineException extends Exception
Super class of all API exceptions.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • EngineException

      public EngineException()
    • EngineException

      public EngineException(String msg)
    • EngineException

      public EngineException(String msg, Throwable cause)
    • EngineException

      public EngineException(Throwable cause)