Package org.glassfish.jersey.internal
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Configuration of {0} auto-discoverable failed.static String
Cache control is null.static String
Stream provider has already been initialized.static String
Cannot setup buffering as bytes have already been written to the output stream.static String
Registered component instance cannot be null.static String
Registered component class cannot be null.static String
Attempt to register component of type {0} to null or empty array of contracts is ignored.static String
Cannot create new registration for component type {0}: Existing previous registration found for the type.static String
The configuration is not modifiable in this context.static String
CONTRACT_NOT_ASSIGNABLE
(Object arg0, Object arg1) Contract {0} can not be registered for component {1}: Contract not assignable to component.static String
CONTRACT_NOT_SUPPORTED
(Object arg0, Object arg1) Contract {0} can not be registered for component {1}: Contract type not supported.static String
Cookie is null.static String
Date is null.static String
A class {0} for a default provider {1} was not found.static String
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR
(Object arg0, Object arg1, Object arg2) {0}.static String
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND
(Object arg0, Object arg1, Object arg2) A dependent class, {0}, of the class {1} implementing the provider {2} is not found.static String
Entity tag is null.static String
Error caught while loading SPI providers.static String
A single character expected in the entity input stream.static String
Error converting entity to {0} type by single String constructor.static String
Unsupported basic type {0}.static String
Entity input stream has already been closed.static String
Error reading external registrable contracts: {0}.static String
Could not find exception type for given ExceptionMapper class: {0}.static String
Last reader interceptor in the chain called the method proceed.static String
Last writer interceptor in the chain called the method proceed.static String
ERROR_MBR_ISREADABLE
(Object arg0) MesssageBodyReader {0} threw exception in isReadable - skipping.static String
ERROR_MBW_ISWRITABLE
(Object arg0) MesssageBodyWriter {0} threw exception in isWritable - skipping.static String
WARNING: {0}static String
NewCookie Expires header value ({0}) cannot be read.static String
ERROR_NOTFOUND_MESSAGEBODYREADER
(Object arg0, Object arg1, Object arg2) MessageBodyReader not found for media type={0}, type={1}, genericType={2}.static String
ERROR_NOTFOUND_MESSAGEBODYWRITER
(Object arg0, Object arg1, Object arg2) MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.static String
Value "{0}" is not a character.static String
Error parsing entity tag: {0}static String
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.static String
Due to constraint configuration problems the provider {0} will be ignored.static String
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
(Object arg0, Object arg1) A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.static String
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME
(Object arg0, Object arg1, Object arg2) A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.static String
ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME
(Object arg0, Object arg1) A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.static String
Error reading entity from input stream.static String
Missing entity.static String
ERROR_RESOLVING_GENERIC_TYPE_VALUE
(Object arg0, Object arg1) Unable to resolve generic type value of {0} for an instance of {1}.static String
Incorrect type of feature context instance {0}.static String
Incorrect type of reader interceptor context instance {0}.static String
Incorrect type of writer interceptor context instance {0}.static String
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME
(Object arg0, Object arg1, Object arg2) Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".static String
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME
(Object arg0, Object arg1, Object arg2) Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".static String
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME
(Object arg0, Object arg1, Object arg2) Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".static String
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX
(Object arg0, Object arg1, Object arg2) Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".static String
Invalid syntax in the template "{0}".static String
ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE
(Object arg0, Object arg1) The name "{0}" is declared more than once with different regular expressions in a path template "{1}".static String
Following issues have been detected: {0}static String
Exception caught while loading SPI providers.static String
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".static String
FEATURE_CONSTRAINED_TO_IGNORED
(Object arg0, Object arg1, Object arg2) Feature {0} registered in {2} runtime is constrained to {1} runtime and is ignored.static String
Feature [{0}] has already been processed.static String
HINT: {0}static String
HINTS_DETECTED
(Object arg0) The following hints have been detected: {0}static String
Comments are not allowed.static String
End of header.static String
HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS
(Object arg0, Object arg1) No characters between the separators "{0}" and "{1}".static String
No end separator "{0}".static String
Unbalanced comments.static String
Unbalanced quoted string.static String
White space not allowed.static String
IGNORED_EXECUTOR_PROVIDERS
(Object arg0, Object arg1) Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}].static String
IGNORED_SCHEDULER_PROVIDERS
(Object arg0, Object arg1) Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}].static String
Illegal configuration-file syntax.static String
Illegal initial capacity: {0}.static String
ILLEGAL_LOAD_FACTOR
(Object arg0) Illegal load factor: {0}.static String
Illegal provider-class name: {0}.static String
Cannot instantiate {0} class.static String
Cannot instantiate {0} class.static String
Could not find a suitable constructor in {0} class.static String
InjectionManagerFactory not found.static String
InjectionManager is not provided.static String
InjectionManagerStrategy is not supported: {0}.static String
Input stream has been closed.static String
Invalid host name.static String
Invalid port value.static String
INVALID_SPI_CLASSES
(Object arg0, Object arg1) Supplied provider class(es) do not implement the expected {0} SPI: [{1}]static String
Link is null.static String
Locale is null.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableCONTRACT_NOT_ASSIGNABLE
(Object arg0, Object arg1) static Localizable
localizableCONTRACT_NOT_SUPPORTED
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR
(Object arg0, Object arg1, Object arg2) static Localizable
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND
(Object arg0, Object arg1, Object arg2) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableERROR_MSG
(Object arg0) static Localizable
static Localizable
localizableERROR_NOTFOUND_MESSAGEBODYREADER
(Object arg0, Object arg1, Object arg2) static Localizable
localizableERROR_NOTFOUND_MESSAGEBODYWRITER
(Object arg0, Object arg1, Object arg2) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME
(Object arg0, Object arg1, Object arg2) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME
(Object arg0, Object arg1, Object arg2) static Localizable
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME
(Object arg0, Object arg1, Object arg2) static Localizable
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME
(Object arg0, Object arg1, Object arg2) static Localizable
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX
(Object arg0, Object arg1, Object arg2) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableFEATURE_CONSTRAINED_TO_IGNORED
(Object arg0, Object arg1, Object arg2) static Localizable
static Localizable
localizableHINT_MSG
(Object arg0) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableIGNORED_EXECUTOR_PROVIDERS
(Object arg0, Object arg1) static Localizable
localizableIGNORED_SCHEDULER_PROVIDERS
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableINVALID_SPI_CLASSES
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND
(Object arg0, Object arg1, Object arg2, Object arg3) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableOVERRIDING_METHOD_CANNOT_BE_FOUND
(Object arg0, Object arg1) static Localizable
static Localizable
localizablePARAM_NULL
(Object arg0) static Localizable
static Localizable
localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM
(Object arg0, Object arg1, Object arg2) static Localizable
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED
(Object arg0, Object arg1, Object arg2) static Localizable
localizablePROVIDER_COULD_NOT_BE_CREATED
(Object arg0, Object arg1, Object arg2) static Localizable
localizablePROVIDER_NOT_FOUND
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
localizableSOME_HEADERS_NOT_SENT
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableTOO_MANY_HEADER_VALUES
(Object arg0, Object arg1) static Localizable
static Localizable
localizableUNABLE_TO_PARSE_HEADER_VALUE
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableURI_BUILDER_URI_PART_FRAGMENT
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
localizableURI_COMPONENT_INVALID_CHARACTER
(Object arg0, Object arg1, Object arg2, Object arg3) static Localizable
static Localizable
localizableURI_PARSER_COMPONENT_DELIMITER
(Object arg0, Object arg1) static Localizable
static Localizable
localizableURI_PARSER_SCHEME_EXPECTED
(Object arg0, Object arg1) static Localizable
localizableUSING_EXECUTOR_PROVIDER
(Object arg0, Object arg1) static Localizable
localizableUSING_SCHEDULER_PROVIDER
(Object arg0, Object arg1) static Localizable
localizableWARNING_MSG
(Object arg0) static Localizable
static Localizable
localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
(Object arg0, Object arg1, Object arg2, Object arg3) static Localizable
static String
One or more of matrix value parameters are null.static String
Message body reader ({0}) is trying to close the entity input stream.static String
Message body writer ({0}) is trying to close the entity output stream.static String
Media type is null.static String
Error resetting the buffered message content input stream.static String
Failed to buffer the message content input stream.static String
Error closing message content input stream.static String
Method is neither getter nor setter.static String
Method parameter "{0}" cannot be null.static String
MULTIPLE_MATCHING_CONSTRUCTORS_FOUND
(Object arg0, Object arg1, Object arg2, Object arg3) Found {0} constructors with {1} parameters in {2} class.static String
New cookie is null.static String
No container available.static String
"No EntityPart.Builder implementation found.static String
There is no error processing in scope.static String
Method not supported on an outbound message.static String
Unable to open an input stream for resource {0}.static String
Unexpected error occurred while processing resource stream {0}.static String
The output stream has already been closed.static String
OVERRIDING_METHOD_CANNOT_BE_FOUND
(Object arg0, Object arg1) Method that overrides {0} cannot be found on class {1}.static String
No ParamCreationFactory found for Parameter source {0}.static String
PARAM_NULL
(Object arg0) "{0}" parameter is null.static String
PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME
(Object arg0, Object arg1) Deprecated property name "{0}" usage was found.static String
PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM
(Object arg0, Object arg1, Object arg2) There is no way how to transform value "{0}" [{1}] to type [{2}].static String
PROVIDER_CLASS_COULD_NOT_BE_LOADED
(Object arg0, Object arg1, Object arg2) The class {0} implementing provider {1} could not be loaded: {2}static String
PROVIDER_COULD_NOT_BE_CREATED
(Object arg0, Object arg1, Object arg2) The class {0} implementing provider {1} could not be instantiated: {2}static String
PROVIDER_NOT_FOUND
(Object arg0, Object arg1) The class {0} implementing the provider {1} is not found.static String
One or more of query value parameters are null.static String
Response is closed.static String
SLOW_SUBSCRIBER
(Object arg0) Slow Subscriber.static String
SOME_HEADERS_NOT_SENT
(Object arg0, Object arg1) There are some request headers that have not been sent by connector [{0}].static String
Error creating SSL context (algorithm not supported).static String
Error initializing SSL context (operation failed).static String
Error initializing key manager factory (algorithm not supported).static String
Error initializing key manager factory (operation failed).static String
"byte array based"static String
"provider based"static String
Neither key password nor key store password has been set for {0} key store.static String
Error initializing key manager factory (provider not registered).static String
Error initializing key manager factory (unrecoverable key).static String
Cannot load key store certificates.static String
SSL_KS_FILE_NOT_FOUND
(Object arg0) Cannot find key store file "{0}".static String
Error initializing key store (implementation not available).static String
Error initializing key store (algorithm to check key store integrity not found).static String
SSL_KS_LOAD_ERROR
(Object arg0) Error loading key store from file "{0}".static String
Error initializing key store (provider not registered).static String
Error initializing trust manager factory (algorithm not supported).static String
Error initializing trust manager factory (operation failed).static String
Error initializing trust manager factory (provider not registered).static String
Cannot load trust store certificates.static String
SSL_TS_FILE_NOT_FOUND
(Object arg0) Cannot find trust store file "{0}".static String
Error initializing trust store (implementation not available).static String
Error initializing trust store (algorithm to check trust store integrity not found).static String
SSL_TS_LOAD_ERROR
(Object arg0) Error loading trust store from file "{0}".static String
Error initializing trust store (provider not registered).static String
Stream provider is not defined.static String
String is null.static String
Could not read system propertiesstatic String
One or more of template keys or values are null.static String
Thread pool executor provider has been closed.static String
TOO_MANY_HEADER_VALUES
(Object arg0, Object arg1) Too many "{0}" header values: "{1}"static String
Type-to-class conversion not supported for: {0}.static String
UNABLE_TO_PARSE_HEADER_VALUE
(Object arg0, Object arg1) Unable to parse "{0}" header value: "{1}"static String
Unhandled exception detected on thread {0}.static String
Unable to register a service because of unknown descriptor type: {0}.static String
Unknown subscriber.static String
The annotated element "{0}" is not annotated with @Path.static String
The class, {0} is not annotated with @Path.static String
URI_BUILDER_METHODNAME_NOT_SPECIFIED
(Object arg0, Object arg1) The method named "{0}" is not specified by {1}.static String
Schema specific part is opaque.static String
Supplied scheme-specific part parameter is null.static String
URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT
(Object arg0, Object arg1) Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.static String
URI_BUILDER_URI_PART_FRAGMENT
(Object arg0, Object arg1) Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.static String
URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT
(Object arg0, Object arg1) Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.static String
Malformed percent-encoded octet at index {0}.static String
URI_COMPONENT_INVALID_CHARACTER
(Object arg0, Object arg1, Object arg2, Object arg3) The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.static String
Uri is null.static String
URI_PARSER_COMPONENT_DELIMITER
(Object arg0, Object arg1) Component does not end by a delimiter ''{0}'' at index {1}.static String
The parser was not executed yet.static String
URI_PARSER_SCHEME_EXPECTED
(Object arg0, Object arg1) Expected scheme name at index {0}: ''{1}''.static String
USING_EXECUTOR_PROVIDER
(Object arg0, Object arg1) Selected ExecutorServiceProvider implementation [{0}] to be used for injection of executor qualified by [{1}] annotation.static String
USING_SCHEDULER_PROVIDER
(Object arg0, Object arg1) Selected ScheduledExecutorServiceProvider implementation [{0}] to be used for injection of scheduler qualified by [{1}] annotation.static String
WARNING_MSG
(Object arg0) WARNING: {0}static String
System properties configuration provider not allowedstatic String
WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
(Object arg0, Object arg1, Object arg2, Object arg3) A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.static String
WARNINGS_DETECTED
(Object arg0) The following warnings have been detected: {0}
-
Method Details
-
localizableFEATURE_CONSTRAINED_TO_IGNORED
public static Localizable localizableFEATURE_CONSTRAINED_TO_IGNORED(Object arg0, Object arg1, Object arg2) -
FEATURE_CONSTRAINED_TO_IGNORED
Feature {0} registered in {2} runtime is constrained to {1} runtime and is ignored. -
localizableSSL_KS_PROVIDERS_NOT_REGISTERED
-
SSL_KS_PROVIDERS_NOT_REGISTERED
Error initializing key store (provider not registered). -
localizableERROR_READING_ENTITY_FROM_INPUT_STREAM
-
ERROR_READING_ENTITY_FROM_INPUT_STREAM
Error reading entity from input stream. -
localizableSSL_KS_CERT_LOAD_ERROR
-
SSL_KS_CERT_LOAD_ERROR
Cannot load key store certificates. -
localizableSSL_KS_FILE_NOT_FOUND
-
SSL_KS_FILE_NOT_FOUND
Cannot find key store file "{0}". -
localizableSSL_TS_IMPL_NOT_FOUND
-
SSL_TS_IMPL_NOT_FOUND
Error initializing trust store (implementation not available). -
localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED
public static Localizable localizableINJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED(Object arg0) -
INJECTION_ERROR_NONSTATIC_MEMBER_CLASS_NOT_SUPPORTED
Cannot instantiate {0} class. Instantiation of non-static member classes is not supported. -
localizablePARAM_NULL
-
PARAM_NULL
"{0}" parameter is null. -
localizableERROR_MSG
-
ERROR_MSG
WARNING: {0} -
localizableINJECTION_MANAGER_NOT_PROVIDED
-
INJECTION_MANAGER_NOT_PROVIDED
InjectionManager is not provided. -
localizableNO_CONTAINER_AVAILABLE
-
NO_CONTAINER_AVAILABLE
No container available. -
localizableUNHANDLED_EXCEPTION_DETECTED
-
UNHANDLED_EXCEPTION_DETECTED
Unhandled exception detected on thread {0}. -
localizableURI_BUILDER_METHODNAME_NOT_SPECIFIED
-
URI_BUILDER_METHODNAME_NOT_SPECIFIED
The method named "{0}" is not specified by {1}. -
localizableERROR_NOTFOUND_MESSAGEBODYREADER
public static Localizable localizableERROR_NOTFOUND_MESSAGEBODYREADER(Object arg0, Object arg1, Object arg2) -
ERROR_NOTFOUND_MESSAGEBODYREADER
MessageBodyReader not found for media type={0}, type={1}, genericType={2}. -
localizableLINK_IS_NULL
-
LINK_IS_NULL
Link is null. -
localizableURI_PARSER_SCHEME_EXPECTED
-
URI_PARSER_SCHEME_EXPECTED
Expected scheme name at index {0}: ''{1}''. -
localizableSSL_TMF_ALGORITHM_NOT_SUPPORTED
-
SSL_TMF_ALGORITHM_NOT_SUPPORTED
Error initializing trust manager factory (algorithm not supported). -
localizableNO_ERROR_PROCESSING_IN_SCOPE
-
NO_ERROR_PROCESSING_IN_SCOPE
There is no error processing in scope. -
localizableERROR_NEWCOOKIE_EXPIRES
-
ERROR_NEWCOOKIE_EXPIRES
NewCookie Expires header value ({0}) cannot be read. -
localizableWARNINGS_DETECTED
-
WARNINGS_DETECTED
The following warnings have been detected: {0} -
localizableDEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND
public static Localizable localizableDEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND(Object arg0, Object arg1) -
DEPENDENT_CLASS_OF_DEFAULT_PROVIDER_NOT_FOUND
A class {0} for a default provider {1} was not found. The provider is not available. -
localizableURI_BUILDER_CLASS_PATH_ANNOTATION_MISSING
-
URI_BUILDER_CLASS_PATH_ANNOTATION_MISSING
The class, {0} is not annotated with @Path. -
localizableSSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS
-
SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS
"provider based" -
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR
-
ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR
Error converting entity to {0} type by single String constructor. -
localizablePROVIDER_NOT_FOUND
-
PROVIDER_NOT_FOUND
The class {0} implementing the provider {1} is not found. The provider implementation is ignored. -
localizableERROR_READING_ENTITY_MISSING
-
ERROR_READING_ENTITY_MISSING
Missing entity. -
localizableSSL_CTX_ALGORITHM_NOT_SUPPORTED
-
SSL_CTX_ALGORITHM_NOT_SUPPORTED
Error creating SSL context (algorithm not supported). -
localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED
-
URI_COMPONENT_ENCODED_OCTET_MALFORMED
Malformed percent-encoded octet at index {0}. -
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED
-
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED
Invalid syntax in the template "{0}". Check if a path parameter is terminated with a "}". -
localizableERROR_PARAMETER_INVALID_CHAR_VALUE
-
ERROR_PARAMETER_INVALID_CHAR_VALUE
Value "{0}" is not a character. -
localizableINJECTION_MANAGER_FACTORY_NOT_FOUND
-
INJECTION_MANAGER_FACTORY_NOT_FOUND
InjectionManagerFactory not found. -
localizableOSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM
-
OSGI_REGISTRY_ERROR_OPENING_RESOURCE_STREAM
Unable to open an input stream for resource {0}. -
localizableSSL_KMF_UNRECOVERABLE_KEY
-
SSL_KMF_UNRECOVERABLE_KEY
Error initializing key manager factory (unrecoverable key). -
localizableHTTP_HEADER_END_OF_HEADER
-
HTTP_HEADER_END_OF_HEADER
End of header. -
localizableSTRING_IS_NULL
-
STRING_IS_NULL
String is null. -
localizableRESPONSE_CLOSED
-
RESPONSE_CLOSED
Response is closed. -
localizableSSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND
-
SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND
Error initializing trust store (algorithm to check trust store integrity not found). -
localizableIGNORED_SCHEDULER_PROVIDERS
-
IGNORED_SCHEDULER_PROVIDERS
Multiple ScheduledExecutorServiceProvider registrations found for qualifier annotation [{1}]. The following provider registrations will be ignored: [{0}] -
localizableINPUT_STREAM_CLOSED
-
INPUT_STREAM_CLOSED
Input stream has been closed. -
localizableSSL_TS_FILE_NOT_FOUND
-
SSL_TS_FILE_NOT_FOUND
Cannot find trust store file "{0}". -
localizableERRORS_AND_WARNINGS_DETECTED
-
ERRORS_AND_WARNINGS_DETECTED
Following issues have been detected: {0} -
localizableUNKNOWN_SUBSCRIBER
-
UNKNOWN_SUBSCRIBER
Unknown subscriber. -
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND
public static Localizable localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object arg0, Object arg1, Object arg2) -
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND
A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored. -
localizableENTITY_TAG_IS_NULL
-
ENTITY_TAG_IS_NULL
Entity tag is null. -
localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME
public static Localizable localizablePROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME(Object arg0, Object arg1) -
PROPERTIES_HELPER_DEPRECATED_PROPERTY_NAME
Deprecated property name "{0}" usage was found. Please use "{1}" instead. -
localizableSYSTEM_PROPERTIES_WARNING
-
SYSTEM_PROPERTIES_WARNING
Could not read system properties -
localizableSSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND
-
SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND
Error initializing key store (algorithm to check key store integrity not found). -
localizableCOMPONENT_TYPE_ALREADY_REGISTERED
-
COMPONENT_TYPE_ALREADY_REGISTERED
Cannot create new registration for component type {0}: Existing previous registration found for the type. -
localizableUSING_SCHEDULER_PROVIDER
-
USING_SCHEDULER_PROVIDER
Selected ScheduledExecutorServiceProvider implementation [{0}] to be used for injection of scheduler qualified by [{1}] annotation. -
localizableHTTP_HEADER_UNBALANCED_QUOTED
-
HTTP_HEADER_UNBALANCED_QUOTED
Unbalanced quoted string. -
localizableMETHOD_NOT_GETTER_NOR_SETTER
-
METHOD_NOT_GETTER_NOR_SETTER
Method is neither getter nor setter. -
localizableCOMMITTING_STREAM_BUFFERING_ILLEGAL_STATE
-
COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE
Cannot setup buffering as bytes have already been written to the output stream. The entity buffering can be initialized only before first bytes are written to the entity output stream. -
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME
public static Localizable localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object arg0, Object arg1, Object arg2) -
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME
public static String ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object arg0, Object arg1, Object arg2) Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}". -
localizableCONTRACT_NOT_ASSIGNABLE
-
CONTRACT_NOT_ASSIGNABLE
Contract {0} can not be registered for component {1}: Contract not assignable to component. -
localizableILLEGAL_CONFIG_SYNTAX
-
ILLEGAL_CONFIG_SYNTAX
Illegal configuration-file syntax. -
localizableNEW_COOKIE_IS_NULL
-
NEW_COOKIE_IS_NULL
New cookie is null. -
localizableMBR_TRYING_TO_CLOSE_STREAM
-
MBR_TRYING_TO_CLOSE_STREAM
Message body reader ({0}) is trying to close the entity input stream. Not closing. -
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME
public static Localizable localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object arg0, Object arg1, Object arg2) -
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME
public static String ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object arg0, Object arg1, Object arg2) Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}". -
localizableNOT_SUPPORTED_ON_OUTBOUND_MESSAGE
-
NOT_SUPPORTED_ON_OUTBOUND_MESSAGE
Method not supported on an outbound message. -
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME
public static Localizable localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object arg0, Object arg1, Object arg2) -
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME
public static String ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object arg0, Object arg1, Object arg2) A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime. -
localizableCOMMITTING_STREAM_ALREADY_INITIALIZED
-
COMMITTING_STREAM_ALREADY_INITIALIZED
Stream provider has already been initialized. -
localizableERROR_MBR_ISREADABLE
-
ERROR_MBR_ISREADABLE
MesssageBodyReader {0} threw exception in isReadable - skipping. -
localizableTEMPLATE_PARAM_NULL
-
TEMPLATE_PARAM_NULL
One or more of template keys or values are null. -
localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT
public static Localizable localizableURI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT(Object arg0, Object arg1) -
URI_BUILDER_SCHEME_PART_UNEXPECTED_COMPONENT
Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}. -
localizableURI_IS_NULL
-
URI_IS_NULL
Uri is null. -
localizableINVALID_SPI_CLASSES
-
INVALID_SPI_CLASSES
Supplied provider class(es) do not implement the expected {0} SPI: [{1}] -
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT
public static Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object arg0) -
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT
public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object arg0) Incorrect type of writer interceptor context instance {0}. Parameter must be a default Jersey WriterInterceptorContext implementation. -
localizablePARAM_CREATION_FACTORY_NOT_FOUND
-
PARAM_CREATION_FACTORY_NOT_FOUND
No ParamCreationFactory found for Parameter source {0}. -
localizableINJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND
-
INJECTION_ERROR_SUITABLE_CONSTRUCTOR_NOT_FOUND
Could not find a suitable constructor in {0} class. -
localizableWARNING_MSG
-
WARNING_MSG
WARNING: {0} -
localizableCONFIGURATION_NOT_MODIFIABLE
-
CONFIGURATION_NOT_MODIFIABLE
The configuration is not modifiable in this context. -
localizableERROR_PROVIDER_CONSTRAINED_TO_IGNORED
-
ERROR_PROVIDER_CONSTRAINED_TO_IGNORED
Due to constraint configuration problems the provider {0} will be ignored. -
localizableCOOKIE_IS_NULL
-
COOKIE_IS_NULL
Cookie is null. -
localizableERROR_INTERCEPTOR_WRITER_PROCEED
-
ERROR_INTERCEPTOR_WRITER_PROCEED
Last writer interceptor in the chain called the method proceed. -
localizableURI_BUILDER_SCHEME_PART_NULL
-
URI_BUILDER_SCHEME_PART_NULL
Supplied scheme-specific part parameter is null. -
localizableURI_PARSER_COMPONENT_DELIMITER
-
URI_PARSER_COMPONENT_DELIMITER
Component does not end by a delimiter ''{0}'' at index {1}. -
localizableSSL_KS_IMPL_NOT_FOUND
-
SSL_KS_IMPL_NOT_FOUND
Error initializing key store (implementation not available). -
localizableSTREAM_PROVIDER_NULL
-
STREAM_PROVIDER_NULL
Stream provider is not defined. It must be set before writing first bytes to the entity output stream. -
localizableAUTODISCOVERABLE_CONFIGURATION_FAILED
-
AUTODISCOVERABLE_CONFIGURATION_FAILED
Configuration of {0} auto-discoverable failed. -
localizableSSL_TS_CERT_LOAD_ERROR
-
SSL_TS_CERT_LOAD_ERROR
Cannot load trust store certificates. -
localizableCOMPONENT_CLASS_CANNOT_BE_NULL
-
COMPONENT_CLASS_CANNOT_BE_NULL
Registered component class cannot be null. -
localizableERROR_NOTFOUND_MESSAGEBODYWRITER
public static Localizable localizableERROR_NOTFOUND_MESSAGEBODYWRITER(Object arg0, Object arg1, Object arg2) -
ERROR_NOTFOUND_MESSAGEBODYWRITER
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}. -
localizableMETHOD_PARAMETER_CANNOT_BE_NULL
-
METHOD_PARAMETER_CANNOT_BE_NULL
Method parameter "{0}" cannot be null. -
localizableFEATURE_HAS_ALREADY_BEEN_PROCESSED
-
FEATURE_HAS_ALREADY_BEEN_PROCESSED
Feature [{0}] has already been processed. -
localizableSSL_KMF_PROVIDER_NOT_REGISTERED
-
SSL_KMF_PROVIDER_NOT_REGISTERED
Error initializing key manager factory (provider not registered). -
localizableURI_PARSER_NOT_EXECUTED
-
URI_PARSER_NOT_EXECUTED
The parser was not executed yet. Call the parse() method first. -
localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED
public static Localizable localizableERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object arg0) -
ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored. However, the resource class will be loaded and used as an resource. -
localizableINVALID_HOST
-
INVALID_HOST
Invalid host name. -
localizableHINT_MSG
-
HINT_MSG
HINT: {0} -
localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT
public static Localizable localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object arg0, Object arg1) -
URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT
Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''. -
localizableCOMPONENT_CANNOT_BE_NULL
-
COMPONENT_CANNOT_BE_NULL
Registered component instance cannot be null. -
localizableILLEGAL_LOAD_FACTOR
-
ILLEGAL_LOAD_FACTOR
Illegal load factor: {0}. -
localizableUNABLE_TO_PARSE_HEADER_VALUE
-
UNABLE_TO_PARSE_HEADER_VALUE
Unable to parse "{0}" header value: "{1}" -
localizableERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS
-
ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS
A single character expected in the entity input stream. -
localizableERROR_EXTERNAL_REGISTERABLES_IGNORED
-
ERROR_EXTERNAL_REGISTERABLES_IGNORED
Error reading external registrable contracts: {0}. -
localizableERROR_MBW_ISWRITABLE
-
ERROR_MBW_ISWRITABLE
MesssageBodyWriter {0} threw exception in isWritable - skipping. -
localizableEXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN
-
EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}". -
localizableTHREAD_POOL_EXECUTOR_PROVIDER_CLOSED
-
THREAD_POOL_EXECUTOR_PROVIDER_CLOSED
Thread pool executor provider has been closed. -
localizableERROR_ENTITY_STREAM_CLOSED
-
ERROR_ENTITY_STREAM_CLOSED
Entity input stream has already been closed. -
localizableSLOW_SUBSCRIBER
-
SLOW_SUBSCRIBER
Slow Subscriber. Subscription will be canceled. Item {0} and all the items sent after will not be received. -
localizableMESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED
-
MESSAGE_CONTENT_INPUT_STREAM_CLOSE_FAILED
Error closing message content input stream. -
localizableURI_COMPONENT_INVALID_CHARACTER
public static Localizable localizableURI_COMPONENT_INVALID_CHARACTER(Object arg0, Object arg1, Object arg2, Object arg3) -
URI_COMPONENT_INVALID_CHARACTER
public static String URI_COMPONENT_INVALID_CHARACTER(Object arg0, Object arg1, Object arg2, Object arg3) The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}. -
localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
public static Localizable localizableERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0, Object arg1) -
ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime. -
localizableERROR_RESOLVING_GENERIC_TYPE_VALUE
-
ERROR_RESOLVING_GENERIC_TYPE_VALUE
Unable to resolve generic type value of {0} for an instance of {1}. -
localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS
public static Localizable localizableHTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS(Object arg0, Object arg1) -
HTTP_HEADER_NO_CHARS_BETWEEN_SEPARATORS
No characters between the separators "{0}" and "{1}". -
localizableINVALID_PORT
-
INVALID_PORT
Invalid port value. -
localizableLOCALE_IS_NULL
-
LOCALE_IS_NULL
Locale is null. -
localizableHTTP_HEADER_COMMENTS_NOT_ALLOWED
-
HTTP_HEADER_COMMENTS_NOT_ALLOWED
Comments are not allowed. -
localizableMATRIX_PARAM_NULL
-
MATRIX_PARAM_NULL
One or more of matrix value parameters are null. -
localizableMEDIA_TYPE_IS_NULL
-
MEDIA_TYPE_IS_NULL
Media type is null. -
localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM
public static Localizable localizablePROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object arg0, Object arg1, Object arg2) -
PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM
public static String PROPERTIES_HELPER_GET_VALUE_NO_TRANSFORM(Object arg0, Object arg1, Object arg2) There is no way how to transform value "{0}" [{1}] to type [{2}]. -
localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE
public static Localizable localizableERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object arg0, Object arg1) -
ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE
The name "{0}" is declared more than once with different regular expressions in a path template "{1}". -
localizableINJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED
-
INJECTION_ERROR_LOCAL_CLASS_NOT_SUPPORTED
Cannot instantiate {0} class. Instantiation of local classes is not supported. -
localizableCOMPONENT_CONTRACTS_EMPTY_OR_NULL
-
COMPONENT_CONTRACTS_EMPTY_OR_NULL
Attempt to register component of type {0} to null or empty array of contracts is ignored. -
localizableNO_ENTITYPART_BUILDER_FOUND
-
NO_ENTITYPART_BUILDER_FOUND
"No EntityPart.Builder implementation found. Is jersey-media-multipart on a classpath?"; -
localizableTOO_MANY_HEADER_VALUES
-
TOO_MANY_HEADER_VALUES
Too many "{0}" header values: "{1}" -
localizableCONTRACT_NOT_SUPPORTED
-
CONTRACT_NOT_SUPPORTED
Contract {0} can not be registered for component {1}: Contract type not supported. -
localizableOVERRIDING_METHOD_CANNOT_BE_FOUND
-
OVERRIDING_METHOD_CANNOT_BE_FOUND
Method that overrides {0} cannot be found on class {1}. -
localizableTYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED
-
TYPE_TO_CLASS_CONVERSION_NOT_SUPPORTED
Type-to-class conversion not supported for: {0}. -
localizableERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN
-
ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN
Unsupported basic type {0}. -
localizableSSL_TMF_PROVIDER_NOT_REGISTERED
-
SSL_TMF_PROVIDER_NOT_REGISTERED
Error initializing trust manager factory (provider not registered). -
localizableOUTPUT_STREAM_CLOSED
-
OUTPUT_STREAM_CLOSED
The output stream has already been closed. -
localizableDATE_IS_NULL
-
DATE_IS_NULL
Date is null. -
localizableMESSAGE_CONTENT_BUFFERING_FAILED
-
MESSAGE_CONTENT_BUFFERING_FAILED
Failed to buffer the message content input stream. -
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR
public static Localizable localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object arg0, Object arg1, Object arg2) -
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR
public static String DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object arg0, Object arg1, Object arg2) {0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only. -
localizableSSL_CTX_INIT_FAILED
-
SSL_CTX_INIT_FAILED
Error initializing SSL context (operation failed). -
localizableSSL_TMF_INIT_FAILED
-
SSL_TMF_INIT_FAILED
Error initializing trust manager factory (operation failed). -
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT
public static Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object arg0) -
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT
Incorrect type of feature context instance {0}. Parameter must be a default Jersey FeatureContext implementation. -
localizableWARNING_PROPERTIES
-
WARNING_PROPERTIES
System properties configuration provider not allowed -
localizablePROVIDER_COULD_NOT_BE_CREATED
public static Localizable localizablePROVIDER_COULD_NOT_BE_CREATED(Object arg0, Object arg1, Object arg2) -
PROVIDER_COULD_NOT_BE_CREATED
The class {0} implementing provider {1} could not be instantiated: {2} -
localizableERROR_INTERCEPTOR_READER_PROCEED
-
ERROR_INTERCEPTOR_READER_PROCEED
Last reader interceptor in the chain called the method proceed. -
localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX
public static Localizable localizableERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object arg0, Object arg1, Object arg2) -
ERROR_TEMPLATE_PARSER_INVALID_SYNTAX
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}". -
localizableMESSAGE_CONTENT_BUFFER_RESET_FAILED
-
MESSAGE_CONTENT_BUFFER_RESET_FAILED
Error resetting the buffered message content input stream. -
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED
public static Localizable localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object arg0, Object arg1, Object arg2) -
PROVIDER_CLASS_COULD_NOT_BE_LOADED
The class {0} implementing provider {1} could not be loaded: {2} -
localizableQUERY_PARAM_NULL
-
QUERY_PARAM_NULL
One or more of query value parameters are null. -
localizableERROR_FINDING_EXCEPTION_MAPPER_TYPE
-
ERROR_FINDING_EXCEPTION_MAPPER_TYPE
Could not find exception type for given ExceptionMapper class: {0}. -
localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS
-
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS
Exception caught while loading SPI providers. -
localizableURI_BUILDER_SCHEMA_PART_OPAQUE
-
URI_BUILDER_SCHEMA_PART_OPAQUE
Schema specific part is opaque. -
localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
public static Localizable localizableWARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0, Object arg1, Object arg2, Object arg3) -
WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE
public static String WARNING_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object arg0, Object arg1, Object arg2, Object arg3) A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context. -
localizableHTTP_HEADER_NO_END_SEPARATOR
-
HTTP_HEADER_NO_END_SEPARATOR
No end separator "{0}". -
localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING
public static Localizable localizableURI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING(Object arg0) -
URI_BUILDER_ANNOTATEDELEMENT_PATH_ANNOTATION_MISSING
The annotated element "{0}" is not annotated with @Path. -
localizableHTTP_HEADER_WHITESPACE_NOT_ALLOWED
-
HTTP_HEADER_WHITESPACE_NOT_ALLOWED
White space not allowed. -
localizableCACHE_CONTROL_IS_NULL
-
CACHE_CONTROL_IS_NULL
Cache control is null. -
localizableILLEGAL_INITIAL_CAPACITY
-
ILLEGAL_INITIAL_CAPACITY
Illegal initial capacity: {0}. -
localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS
-
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS
Error caught while loading SPI providers. -
localizableIGNORED_EXECUTOR_PROVIDERS
-
IGNORED_EXECUTOR_PROVIDERS
Multiple ExecutorServiceProvider registrations found for qualifier annotation [{1}]. The following provider registrations will be ignored: [{0}] -
localizableSSL_TS_LOAD_ERROR
-
SSL_TS_LOAD_ERROR
Error loading trust store from file "{0}". -
localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME
public static Localizable localizableERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object arg0, Object arg1, Object arg2) -
ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME
public static String ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object arg0, Object arg1, Object arg2) Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}". -
localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME
public static Localizable localizableERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object arg0, Object arg1) -
ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime. -
localizableINJECTION_MANAGER_STRATEGY_NOT_SUPPORTED
-
INJECTION_MANAGER_STRATEGY_NOT_SUPPORTED
InjectionManagerStrategy is not supported: {0}. -
localizableSSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS
-
SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS
"byte array based" -
localizableMBW_TRYING_TO_CLOSE_STREAM
-
MBW_TRYING_TO_CLOSE_STREAM
Message body writer ({0}) is trying to close the entity output stream. Not closing. -
localizableERROR_PARSING_ENTITY_TAG
-
ERROR_PARSING_ENTITY_TAG
Error parsing entity tag: {0} -
localizableHTTP_HEADER_UNBALANCED_COMMENTS
-
HTTP_HEADER_UNBALANCED_COMMENTS
Unbalanced comments. -
localizableSSL_KMF_INIT_FAILED
-
SSL_KMF_INIT_FAILED
Error initializing key manager factory (operation failed). -
localizableOSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM
-
OSGI_REGISTRY_ERROR_PROCESSING_RESOURCE_STREAM
Unexpected error occurred while processing resource stream {0}. -
localizableSSL_TS_PROVIDERS_NOT_REGISTERED
-
SSL_TS_PROVIDERS_NOT_REGISTERED
Error initializing trust store (provider not registered). -
localizableSSL_KS_LOAD_ERROR
-
SSL_KS_LOAD_ERROR
Error loading key store from file "{0}". -
localizableUSING_EXECUTOR_PROVIDER
-
USING_EXECUTOR_PROVIDER
Selected ExecutorServiceProvider implementation [{0}] to be used for injection of executor qualified by [{1}] annotation. -
localizableILLEGAL_PROVIDER_CLASS_NAME
-
ILLEGAL_PROVIDER_CLASS_NAME
Illegal provider-class name: {0}. -
localizableHINTS_DETECTED
-
HINTS_DETECTED
The following hints have been detected: {0} -
localizableSSL_KMF_NO_PASSWORD_SET
-
SSL_KMF_NO_PASSWORD_SET
Neither key password nor key store password has been set for {0} key store. Ignoring the key store configuration and skipping the key manager factory initialization. Key manager factory will not be configured in the current SSL context. -
localizableUNKNOWN_DESCRIPTOR_TYPE
-
UNKNOWN_DESCRIPTOR_TYPE
Unable to register a service because of unknown descriptor type: {0}. -
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT
public static Localizable localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object arg0) -
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT
public static String ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object arg0) Incorrect type of reader interceptor context instance {0}. Parameter must be a default Jersey ReaderInterceptorContext implementation. -
localizableSSL_KMF_ALGORITHM_NOT_SUPPORTED
-
SSL_KMF_ALGORITHM_NOT_SUPPORTED
Error initializing key manager factory (algorithm not supported). -
localizableSOME_HEADERS_NOT_SENT
-
SOME_HEADERS_NOT_SENT
There are some request headers that have not been sent by connector [{0}]. Probably you added those headers in WriterInterceptor or MessageBodyWriter. That feature is not supported by the connector. Please, do not modify headers in WriterInterceptor or MessageBodyWriter or use default HttpUrlConnector instead. Unsent header changes: {1} -
localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND
public static Localizable localizableMULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object arg0, Object arg1, Object arg2, Object arg3) -
MULTIPLE_MATCHING_CONSTRUCTORS_FOUND
public static String MULTIPLE_MATCHING_CONSTRUCTORS_FOUND(Object arg0, Object arg1, Object arg2, Object arg3) Found {0} constructors with {1} parameters in {2} class. Selecting the first found constructor: {3} -
localizableURI_BUILDER_URI_PART_FRAGMENT
-
URI_BUILDER_URI_PART_FRAGMENT
Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
-