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 Modifier Constructor Description protectedTaskanaException(String message, ErrorCode errorCode)protectedTaskanaException(String message, ErrorCode errorCode, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-