Package org.bremersee.exception
Class RestApiExceptionConstants
java.lang.Object
org.bremersee.exception.RestApiExceptionConstants
The rest api exception constants.
- Author:
- Christian Bremer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The header name for the 'application' attribute.static final String
The header name for the 'errorCode' attribute.static final String
The header name for the 'errorCodeInherited' attribute.static final String
The header name for the 'class name' attribute.static final String
The header name for the 'id' attribute.static final String
The header name for the 'message' attribute.static final String
The header name for the 'path' attribute.static final DateTimeFormatter
The formatter of the timestamp value.static final String
The header name for the 'timestamp' attribute. -
Method Summary
-
Field Details
-
ID_HEADER_NAME
The header name for the 'id' attribute.- See Also:
-
TIMESTAMP_HEADER_NAME
The header name for the 'timestamp' attribute.- See Also:
-
TIMESTAMP_FORMATTER
The formatter of the timestamp value. -
CODE_HEADER_NAME
The header name for the 'errorCode' attribute.- See Also:
-
CODE_INHERITED_HEADER_NAME
The header name for the 'errorCodeInherited' attribute.- See Also:
-
MESSAGE_HEADER_NAME
The header name for the 'message' attribute.- See Also:
-
EXCEPTION_HEADER_NAME
The header name for the 'class name' attribute.- See Also:
-
APPLICATION_HEADER_NAME
The header name for the 'application' attribute.- See Also:
-
PATH_HEADER_NAME
The header name for the 'path' attribute.- See Also:
-