Interface ProviderExceptions
- All Known Implementing Classes:
ProviderExceptions_$bundle
@MessageBundle(projectCode="SRMSG",
length=5)
public interface ProviderExceptions
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionconfigNotOfType(Class<?> type) converterReturnedNull(org.eclipse.microprofile.config.spi.Converter<?> converter, String value) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionAutoAckNotSupported(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionBlockingOnlyIndividual(String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionBlockingOnlyIndividualParam(String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionBroadcastOnlyOutgoing(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionCompletionStageOfVoid(String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionExceptionUnsupported(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionExpectedConsumedParam(String annotation, String methodAsString, String returnClass) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionExpectedReturnedParam(String annotation, String methodAsString, String returnClass) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionExpectedTwoParams(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionManualAckNotSupported(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionMergeOnlyIncoming(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionMustDeclareParam(String annotation, String methodAsString, String returnClass) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionMustNotHaveParams(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionNoParametersExpected(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionNoParamOnSubscriber(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionNotVoid(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionOnParam(String annotation, String methodAsString, String returnType) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionProduceConsume(String annotation, String methodAsString, String expectedType) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionProduceMessageStreamAndConsumePayload(String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionProduceMessageStreamAndConsumePayloadStream(String messageAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionProducePayloadStreamAndConsumeMessage(String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionProducePayloadStreamAndConsumeMessageStream(String messageAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionReturnVoid(String methodAsString, String returnType) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionSubscriberTypeParam(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptiondefinitionUnsupportedSignature(String annotation, String methodAsString) jakarta.enterprise.inject.spi.DeploymentExceptiondeploymentInvalidConfiguration(Set<String> sources) jakarta.enterprise.inject.spi.DefinitionExceptiondifferentEmitterConfigurationPerInjection(String channel, String injectionPoint, String config) jakarta.enterprise.inject.spi.DefinitionExceptionemitterWithoutChannelAnnotation(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) jakarta.enterprise.inject.spi.DefinitionExceptionfailedToExtractKeyType(String method) jakarta.enterprise.inject.spi.DefinitionExceptionfailedToExtractValueType(String method) illegalArgumentForAnnotationNonEmpty(String annotation, String annotationTarget) illegalArgumentForAnnotationNullOrBlank(String annotation, String annotationTarget) illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy) illegalArgumentForGenericParameterType(Method method, int length, int index) illegalArgumentForInitialize(String methodAsString) illegalArgumentForUnsupportedShape(Shape shape, String methodAsString) illegalArgumentForValidateProcessor(String methodAsString) illegalArgumentForWorkerConfigKey(String annotation, String annotationTarget, String workerConfigKey) illegalArgumentParameters(String methodAsString, String methodParameters, String arguments) illegalArgumentTypeToString(String typeName) illegalBlockingSignature(String methodAsString) illegalStateExceptionForSubscriberOrSubscriberBuilder(String resultClassName) illegalStateForEmitterWhileEmitting(Throwable throwable) illegalStateForStream(String name, Set<String> valid) illegalStateForValidateProcessor(String methodAsString) jakarta.enterprise.inject.spi.DefinitionExceptionincomingNotFoundForEmitter(Throwable throwable) jakarta.enterprise.inject.spi.DefinitionExceptioninvalidEmitterOfMessage(jakarta.enterprise.inject.spi.InjectionPoint ip) jakarta.enterprise.inject.spi.DefinitionExceptioninvalidRawEmitter(jakarta.enterprise.inject.spi.InjectionPoint ip) jakarta.enterprise.inject.spi.DefinitionExceptionmissingConnectorQualifier(String clazz) jakarta.enterprise.inject.spi.DeploymentExceptionmultipleBeanDeclaration(String connector, String bean1, String bean2) noConverterForType(Class<?> propertyType) noEmitterForChannel(String name) jakarta.enterprise.inject.spi.DeploymentExceptionnoMatchingKeyValueExtractor(String method) noSuchElementForAttribute(String propertyName, String name, String channelKey, String connectorKey) nullPointerOnInvokeBlocking(String methodAsString) outgoingsDoesNotMatchMultiSplitterTarget(String method, int outgoings, int splitTarget) processingException(String methodAsString, Throwable cause) runtimeForFailedWorker(String workerName) jakarta.enterprise.inject.spi.DefinitionExceptionunsupportedSynchronousSignature(String methodAsString) validateIsTrue(String value) validationForNotEmpty(String name) validationForNotNull(String name) weavingForIncoming(List<String> incoming, Throwable cause)
-
Field Details
-
ex
-
-
Method Details
-
processingException
@Message(id=0, value="%s") ProcessingException processingException(String methodAsString, @Cause Throwable cause) -
illegalArgumentForGenericParameterType
@Message(id=1, value="Method %s only has %d so parameter with index %d cannot be retrieved") IllegalArgumentException illegalArgumentForGenericParameterType(Method method, int length, int index) -
illegalArgumentForAnnotationNullOrBlank
@Message(id=2, value="Invalid method annotated with %s: %s - value is blank or null") IllegalArgumentException illegalArgumentForAnnotationNullOrBlank(String annotation, String annotationTarget) -
illegalStateExceptionForValidate
@Message(id=3, value="Unknown shape: %s") IllegalStateException illegalStateExceptionForValidate(Shape shape) -
illegalArgumentForValidateProcessor
@Message(id=4, value="Invalid method annotated with @Outgoing and @Incoming %s - one parameter expected") IllegalArgumentException illegalArgumentForValidateProcessor(String methodAsString) -
illegalStateForValidateProcessor
@Message(id=5, value="Unsupported acknowledgement policy - POST_PROCESSING not supported when producing messages for %s") IllegalStateException illegalStateForValidateProcessor(String methodAsString) -
definitionExceptionUnsupported
-
illegalArgumentForUnsupportedShape
@Message(id=7, value="Unsupported shape %s for method %s") IllegalArgumentException illegalArgumentForUnsupportedShape(Shape shape, String methodAsString) -
illegalArgumentForProcessorShape
@Message(id=8, value="Expected a Processor shape, received a %s") IllegalArgumentException illegalArgumentForProcessorShape(Shape shape) -
illegalArgumentForInitialize
@Message(id=9, value="Invalid Processor - unsupported signature for %s") IllegalArgumentException illegalArgumentForInitialize(String methodAsString) -
illegalArgumentForUnexpectedProduction
@Message(id=10, value="Unexpected production type: %s") IllegalArgumentException illegalArgumentForUnexpectedProduction(MediatorConfiguration.Production production) -
illegalArgumentForPublisherShape
@Message(id=11, value="Expected a Publisher shape, received a %s") IllegalArgumentException illegalArgumentForPublisherShape(Shape shape) -
illegalArgumentForUnexpectedConsumption
@Message(id=12, value="Unexpected consumption type: %s") IllegalArgumentException illegalArgumentForUnexpectedConsumption(MediatorConfiguration.Consumption consumption) -
illegalArgumentForSubscriberShape
@Message(id=13, value="Expected a Subscriber shape, received a %s") IllegalArgumentException illegalArgumentForSubscriberShape(Shape shape) -
weavingForIncoming
@Message(id=14, value="%s") WeavingException weavingForIncoming(List<String> incoming, @Cause Throwable cause) -
illegalStateExceptionForSubscriberOrSubscriberBuilder
@Message(id=15, value="Invalid return type: %s - expected a Flow.Subscriber, org.reactivestreams.Subscriber or a SubscriberBuilder") IllegalStateException illegalStateExceptionForSubscriberOrSubscriberBuilder(String resultClassName) -
runtimeForFailedWorker
@Message(id=16, value="Failed to create Worker for %s") RuntimeException runtimeForFailedWorker(String workerName) -
illegalArgumentForFailedWorker
@Message(id=17, value="@Blocking referred to invalid worker name.") IllegalArgumentException illegalArgumentForFailedWorker() -
illegalStateForStream
@Message(id=18, value="Unable to find a stream with the name %s, available streams are: %s") IllegalStateException illegalStateForStream(String name, Set<String> valid) -
incomingNotFoundForEmitter
@Message(id=19, value="Unable to connect an emitter with the channel `%s`") jakarta.enterprise.inject.spi.DefinitionException incomingNotFoundForEmitter(String name) -
emitterWithoutChannelAnnotation
@Message(id=20, value="Missing @Channel qualifier for + `%s`") jakarta.enterprise.inject.spi.DefinitionException emitterWithoutChannelAnnotation(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) -
illegalArgumentForDefaultBuffer
@Message(id=21, value="The default buffer size must be strictly positive") IllegalArgumentException illegalArgumentForDefaultBuffer() -
illegalArgumentForBackPressure
@Message(id=22, value="Invalid back-pressure strategy: %s") IllegalArgumentException illegalArgumentForBackPressure(OnOverflow.Strategy overFlowStrategy) -
illegalArgumentForNullValue
@Message(id=23, value="`null` is not a valid value") IllegalArgumentException illegalArgumentForNullValue() -
incomingNotFoundForEmitter
@Message(id=24, value="The emitter encountered a failure") IllegalStateException incomingNotFoundForEmitter(@Cause Throwable throwable) -
illegalStateForDownstreamCancel
@Message(id=25, value="The downstream has cancelled the consumption") IllegalStateException illegalStateForDownstreamCancel() -
illegalStateForEmitterWhileEmitting
@Message(id=26, value="The emitter encountered a failure while emitting") IllegalStateException illegalStateForEmitterWhileEmitting(@Cause Throwable throwable) -
noEmitterForChannel
@Message(id=27, value="Cannot send a message, there is no subscriber found for the channel \'%s\'. Before calling `send`, you can verify there is a subscriber and demands using `emitter.hasRequests()`. Alternatively, you can add `@OnOverflow(OnOverflow.Strategy.DROP)` on the emitter.") IllegalStateException noEmitterForChannel(String name) -
illegalStateForCancelledSubscriber
@Message(id=28, value="The subscription to %s has been cancelled") IllegalStateException illegalStateForCancelledSubscriber(String name) -
illegalArgumentForException
@Message(id=29, value="`%s` is not a valid exception") IllegalArgumentException illegalArgumentForException(String val) -
illegalStateInsufficientDownstreamRequests
@Message(id=34, value="Insufficient downstream requests to emit item") IllegalStateException illegalStateInsufficientDownstreamRequests() -
illegalStateUnhandledType
@Message(id=35, value="found an unhandled type: %s") IllegalStateException illegalStateUnhandledType(Type type) -
illegalArgumentMissingAssignment
@Message(id=36, value="missing assignment type for type variable %s") IllegalArgumentException illegalArgumentMissingAssignment(Type type) -
illegalStateUnexpectedGenericInterface
@Message(id=37, value="Unexpected generic interface type found: %s") IllegalStateException illegalStateUnexpectedGenericInterface(Type type) -
illegalArgumentTypeToString
-
nameMustBeSet
-
validationForNotNull
@Message(id=40, value="%s must not be `null`") IllegalArgumentException validationForNotNull(String name) -
validationForNotEmpty
@Message(id=41, value="%s must not be `empty`") IllegalArgumentException validationForNotEmpty(String name) -
validationForContainsNull
@Message(id=42, value="%s must not contain a `null` element") IllegalArgumentException validationForContainsNull(String name) -
validateIsTrue
-
illegalArgumentInvalidChannelConfiguration
@Message(id=44, value="Invalid channel configuration - the `channel-name` attribute cannot be used in configuration (channel `%s`)") IllegalArgumentException illegalArgumentInvalidChannelConfiguration(String name) -
noSuchElementForAttribute
@Message(id=45, value="Cannot find attribute `%s` for channel `%s`. Has been tried: %s and %s") NoSuchElementException noSuchElementForAttribute(String propertyName, String name, String channelKey, String connectorKey) -
illegalArgumentForAnnotationNonEmpty
@Message(id=46, value="%ss must contain a non-empty array of %s") IllegalArgumentException illegalArgumentForAnnotationNonEmpty(String annotation, String annotationTarget) -
definitionNoParamOnSubscriber
-
definitionSubscriberTypeParam
-
definitionOnParam
-
definitionUnsupportedSignature
-
unsupportedSynchronousSignature
@Message(id=51, value="Invalid method annotated with @Incoming: %s - The signature is not supported. The method consumes a `Message`, so the returned type must be `CompletionStage<Void>` or `Uni<Void>`.") jakarta.enterprise.inject.spi.DefinitionException unsupportedSynchronousSignature(String methodAsString) -
definitionNotVoid
-
definitionNoParametersExpected
-
definitionMustDeclareParam
-
definitionMustNotHaveParams
-
definitionExpectedTwoParams
-
definitionExpectedReturnedParam
-
definitionExpectedConsumedParam
-
definitionAutoAckNotSupported
-
definitionManualAckNotSupported
@Message(id=60, value="Invalid method annotated with %s: %s - Consuming a stream of payload is not supported with MANUAL acknowledgment. Use a Publisher<Message<I>> or PublisherBuilder<Message<I>> instead.") jakarta.enterprise.inject.spi.DefinitionException definitionManualAckNotSupported(String annotation, String methodAsString) -
definitionProduceConsume
-
definitionMergeOnlyIncoming
-
definitionBroadcastOnlyOutgoing
-
definitionBlockingOnlyIndividual
@Message(id=64, value="Invalid method annotated with @Blocking: %s - The @Blocking annotation is only supported for methods returning `void` (@Incoming only), a `Message` or a payload") jakarta.enterprise.inject.spi.DefinitionException definitionBlockingOnlyIndividual(String methodAsString) -
definitionBlockingOnlyIndividualParam
@Message(id=65, value="Invalid method annotated with @Blocking: %s - The @Blocking annotation is only supported for methods consuming an individual Message or payload like `consume(String s)` or `consume(Message<String> s)") jakarta.enterprise.inject.spi.DefinitionException definitionBlockingOnlyIndividualParam(String methodAsString) -
illegalBlockingSignature
@Message(id=66, value="Invalid method annotated with @Blocking: %s - no @Incoming or @Outgoing present") IllegalArgumentException illegalBlockingSignature(String methodAsString) -
illegalArgumentForWorkerConfigKey
@Message(id=67, value="Invalid method annotated with %s: %s - %s was not defined") IllegalArgumentException illegalArgumentForWorkerConfigKey(String annotation, String annotationTarget, String workerConfigKey) -
nullPointerOnInvokeBlocking
@Message(id=68, value="The operation %s has returned null") NullPointerException nullPointerOnInvokeBlocking(String methodAsString) -
illegalArgumentChannelConnectorConfiguration
@Message(id=71, value="Invalid channel configuration - the `connector` attribute must be set for channel `%s`") IllegalArgumentException illegalArgumentChannelConnectorConfiguration(String name) -
illegalArgumentUnknownConnector
@Message(id=72, value="Unknown connector for `%s`.") IllegalArgumentException illegalArgumentUnknownConnector(String name) -
deploymentInvalidConfiguration
-
illegalStateRetrieveConfig
@Message(id=74, value="Unable to retrieve the config") IllegalStateException illegalStateRetrieveConfig() -
invalidEmitterOfMessage
@Message(id=75, value="Invalid Emitter injection found for `%s`. Injecting an `Emitter<Message<T>>` is invalid. You can use an `Emitter<T>` to send instances of `T` and `Message<T>`.") jakarta.enterprise.inject.spi.DefinitionException invalidEmitterOfMessage(jakarta.enterprise.inject.spi.InjectionPoint ip) -
invalidRawEmitter
@Message(id=76, value="Invalid Emitter injection found for `%s`. The Emitter expected to be parameterized with the emitted type, such as Emitter<String>.") jakarta.enterprise.inject.spi.DefinitionException invalidRawEmitter(jakarta.enterprise.inject.spi.InjectionPoint ip) -
noConverterForType
@Message(id=77, value="No converter for type `%s`") NoSuchElementException noConverterForType(Class<?> propertyType) -
converterReturnedNull
@Message(id=78, value="Converter `%s` returned null for value `%s`") NoSuchElementException converterReturnedNull(org.eclipse.microprofile.config.spi.Converter<?> converter, String value) -
configNotOfType
@Message(id=79, value="The config is not of type `%s`") IllegalArgumentException configNotOfType(Class<?> type) -
definitionCompletionStageOfVoid
@Message(id=80, value="Invalid method annotated with @Incoming: %s - when returning a CompletionStage, you must return a CompletionStage<Void>") jakarta.enterprise.inject.spi.DefinitionException definitionCompletionStageOfVoid(String methodAsString) -
definitionReturnVoid
-
definitionProduceMessageStreamAndConsumePayload
@Message(id=82, value="Invalid method signature for %s - method returning a Multi<Message<O>>, Publisher<Message<O>> or a PublisherBuilder<Message<O>> cannot consume an individual payload. You must consume a Message<I> instead and handle the acknowledgement.") jakarta.enterprise.inject.spi.DefinitionException definitionProduceMessageStreamAndConsumePayload(String methodAsString) -
definitionProducePayloadStreamAndConsumeMessage
@Message(id=83, value="Invalid method signature for %s - method returning a Multi<O>, Publisher<O> or a PublisherBuilder<O> cannot consume an individual message. You must consume a payload instead or return a Publisher<Message<O>> or a PublisherBuilder<Message<O>>.") jakarta.enterprise.inject.spi.DefinitionException definitionProducePayloadStreamAndConsumeMessage(String methodAsString) -
definitionProducePayloadStreamAndConsumeMessageStream
@Message(id=84, value="Invalid method signature for %s - method returning a Multi<O>, Publisher<O> or a PublisherBuilder<O> cannot consume a Publisher<Message<I>> or a Multi<Message<I>>. You must consume a Multi<I> or a Publisher<I> instead.") jakarta.enterprise.inject.spi.DefinitionException definitionProducePayloadStreamAndConsumeMessageStream(String messageAsString) -
definitionProduceMessageStreamAndConsumePayloadStream
@Message(id=85, value="Invalid method signature for %s - method returning a Multi<Message<O>>, Publisher<Message<O>> or a PublisherBuilder<Message<O>> cannot consume a Publisher<I> or a Multi<I>. You must consume a Multi<Message<I>> or a Publisher<Message<I>> instead and handle the acknowledgement.") jakarta.enterprise.inject.spi.DefinitionException definitionProduceMessageStreamAndConsumePayloadStream(String messageAsString) -
multipleBeanDeclaration
-
missingConnectorQualifier
@Message(id=87, value="The bean %s implements a connector interface but does not use the @Connector qualifier") jakarta.enterprise.inject.spi.DefinitionException missingConnectorQualifier(String clazz) -
failedToExtractKeyType
@Message(id=1001, value="Cannot extract the key type for the KeyedMulti parameter in %s. Make sure your set the first generic parameter of KeyedMulti<K, V>.") jakarta.enterprise.inject.spi.DefinitionException failedToExtractKeyType(String method) -
failedToExtractValueType
@Message(id=1002, value="Cannot extract the value type for the KeyedMulti parameter in %s. Make sure your set the second generic parameter of KeyedMulti<K, V>.") jakarta.enterprise.inject.spi.DefinitionException failedToExtractValueType(String method) -
noMatchingKeyValueExtractor
@Message(id=1003, value="Unable to find a matching KeyValueExtractor for method %s. Did you expose a bean implementing the KeyValueExtractor interface and implemented the `canExtract` method correctly?") jakarta.enterprise.inject.spi.DeploymentException noMatchingKeyValueExtractor(String method) -
outgoingsDoesNotMatchMultiSplitterTarget
@Message(id=1004, value="Multiple Outgoings count does not match the number of split branches in %s. %d, %d") IllegalStateException outgoingsDoesNotMatchMultiSplitterTarget(String method, int outgoings, int splitTarget) -
illegalStateConsumeWithoutBackPressure
@Message(id=1005, value="Expecting downstream to consume without back-pressure") IllegalStateException illegalStateConsumeWithoutBackPressure() -
illegalStateOnlyOneSubscriber
@Message(id=1006, value="Only one subscriber allowed") IllegalStateException illegalStateOnlyOneSubscriber() -
illegalArgumentParameters
@Message(id=1007, value="Method \'%s\' expects parameter types [%s] but received arguments of types [%s]") ProcessingException illegalArgumentParameters(String methodAsString, String methodParameters, String arguments) -
differentEmitterConfigurationPerInjection
-