Class TaskanaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pro.taskana.common.api.exceptions.TaskanaRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AutocommitFailedException,ConnectionNotSetException,InvalidArgumentException,SystemException,UnsupportedDatabaseException,WrongCustomHolidayFormatException
The common base class for TASKANA's runtime exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTaskanaRuntimeException(String message, ErrorCode errorCode) protectedTaskanaRuntimeException(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