Uses of Class
pro.taskana.common.api.exceptions.ErrorCode
-
Packages that use ErrorCode Package Description pro.taskana.common.api.exceptions -
-
Uses of ErrorCode in pro.taskana.common.api.exceptions
Methods in pro.taskana.common.api.exceptions that return ErrorCode Modifier and Type Method Description ErrorCodeTaskanaException. getErrorCode()ErrorCodeTaskanaRuntimeException. getErrorCode()static ErrorCodeErrorCode. of(String key)static ErrorCodeErrorCode. of(String key, Map<String,Serializable> messageVariables)Constructors in pro.taskana.common.api.exceptions with parameters of type ErrorCode Constructor Description NotAuthorizedException(String msg, ErrorCode errorCode)NotFoundException(String message, ErrorCode errorCode)TaskanaException(String message, ErrorCode errorCode)TaskanaException(String message, ErrorCode errorCode, Throwable cause)TaskanaRuntimeException(String message, ErrorCode errorCode)TaskanaRuntimeException(String message, ErrorCode errorCode, Throwable cause)
-