Package org.bremersee.exception
Class RestApiExceptionConstants
- java.lang.Object
-
- org.bremersee.exception.RestApiExceptionConstants
-
public abstract class RestApiExceptionConstants extends Object
The rest api exception constants.- Author:
- Christian Bremer
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_HEADER_NAMEThe header name for the 'application' attribute.static StringCODE_HEADER_NAMEThe header name for the 'errorCode' attribute.static StringCODE_INHERITED_HEADER_NAMEThe header name for the 'errorCodeInherited' attribute.static StringEXCEPTION_HEADER_NAMEThe header name for the 'class name' attribute.static StringID_HEADER_NAMEThe header name for the 'id' attribute.static StringMESSAGE_HEADER_NAMEThe header name for the 'message' attribute.static StringPATH_HEADER_NAMEThe header name for the 'path' attribute.static DateTimeFormatterTIMESTAMP_FORMATTERThe formatter of the timestamp value.static StringTIMESTAMP_HEADER_NAMEThe header name for the 'timestamp' attribute.
-
-
-
Field Detail
-
ID_HEADER_NAME
public static final String ID_HEADER_NAME
The header name for the 'id' attribute.- See Also:
- Constant Field Values
-
TIMESTAMP_HEADER_NAME
public static final String TIMESTAMP_HEADER_NAME
The header name for the 'timestamp' attribute.- See Also:
- Constant Field Values
-
TIMESTAMP_FORMATTER
public static final DateTimeFormatter TIMESTAMP_FORMATTER
The formatter of the timestamp value.
-
CODE_HEADER_NAME
public static final String CODE_HEADER_NAME
The header name for the 'errorCode' attribute.- See Also:
- Constant Field Values
-
CODE_INHERITED_HEADER_NAME
public static final String CODE_INHERITED_HEADER_NAME
The header name for the 'errorCodeInherited' attribute.- See Also:
- Constant Field Values
-
MESSAGE_HEADER_NAME
public static final String MESSAGE_HEADER_NAME
The header name for the 'message' attribute.- See Also:
- Constant Field Values
-
EXCEPTION_HEADER_NAME
public static final String EXCEPTION_HEADER_NAME
The header name for the 'class name' attribute.- See Also:
- Constant Field Values
-
APPLICATION_HEADER_NAME
public static final String APPLICATION_HEADER_NAME
The header name for the 'application' attribute.- See Also:
- Constant Field Values
-
PATH_HEADER_NAME
public static final String PATH_HEADER_NAME
The header name for the 'path' attribute.- See Also:
- Constant Field Values
-
-