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