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,SystemException
public class TaskanaRuntimeException extends RuntimeException
Common base class for Taskana's runtime exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskanaRuntimeException()TaskanaRuntimeException(String message)TaskanaRuntimeException(String message, Throwable cause)TaskanaRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TaskanaRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-