Class TaskanaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pro.taskana.common.api.exceptions.TaskanaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConcurrencyException,DomainNotFoundException,NotAuthorizedException
common base class for TASKANA's checked exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTaskanaException(String message, ErrorCode errorCode) protectedTaskanaException(String message, ErrorCode errorCode, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace