\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java
  • fiftyone
  • pipeline
  • engines
  • fiftyone
  • exceptions
  • Messages

fiftyone.pipeline.engines.fiftyone.exceptions.Messages Class Reference

Static Public Attributes

static final String  EXCEPTION_SET_HEADERS_NOT_SET_HEADER
Exception message when a SetHeader property does not have name starts with 'SetHeader'. More...
static final String  EXCEPTION_SET_HEADERS_WRONG_FORMAT
Exception message when a SetHeader property is in wrong format. More...

Member Data Documentation

◆ EXCEPTION_SET_HEADERS_NOT_SET_HEADER

final String fiftyone.pipeline.engines.fiftyone.exceptions.Messages.EXCEPTION_SET_HEADERS_NOT_SET_HEADER
static
Initial value:
=
"Property name '%s' does not start with 'SetHeader'"

Exception message when a SetHeader property does not have name starts with 'SetHeader'.

◆ EXCEPTION_SET_HEADERS_WRONG_FORMAT

final String fiftyone.pipeline.engines.fiftyone.exceptions.Messages.EXCEPTION_SET_HEADERS_WRONG_FORMAT
static
Initial value:
=
"Property name '%s' is not in the expected format (SetHeader[Component][HeaderName])"

Exception message when a SetHeader property is in wrong format.