Class RestApiExceptionConstants


  • public abstract class RestApiExceptionConstants
    extends Object
    The rest api exception constants.
    Author:
    Christian Bremer
    • Field Detail

      • 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