Uses of Class
pro.taskana.common.api.exceptions.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in pro.taskana.common.api.exceptions
Methods in pro.taskana.common.api.exceptions that return ErrorCodeModifier and TypeMethodDescriptionTaskanaException.getErrorCode()TaskanaRuntimeException.getErrorCode()static ErrorCodestatic ErrorCodeErrorCode.of(String key, Map<String, Serializable> messageVariables) Constructors in pro.taskana.common.api.exceptions with parameters of type ErrorCodeModifierConstructorDescriptionprotectedTaskanaException(String message, ErrorCode errorCode) protectedTaskanaException(String message, ErrorCode errorCode, Throwable cause) protectedTaskanaRuntimeException(String message, ErrorCode errorCode) protectedTaskanaRuntimeException(String message, ErrorCode errorCode, Throwable cause)