Class ErrorCode
- java.lang.Object
-
- pro.taskana.common.api.exceptions.ErrorCode
-
- All Implemented Interfaces:
Serializable
public class ErrorCode extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKey()Map<String,Serializable>getMessageVariables()inthashCode()static ErrorCodeof(String key)static ErrorCodeof(String key, Map<String,Serializable> messageVariables)StringtoString()
-
-
-
Method Detail
-
of
public static ErrorCode of(String key, Map<String,Serializable> messageVariables)
-
getKey
public String getKey()
-
getMessageVariables
public Map<String,Serializable> getMessageVariables()
-
-