Interface ProviderExceptions

All Known Implementing Classes:
ProviderExceptions_$bundle

@MessageBundle(projectCode="SRMSG", length=5) public interface ProviderExceptions
  • Field Details

  • 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

      @Message(id=6, value="Invalid method annotated with %s: %s - The @Acknowledgment annotation is only supported for method annotated with @Incoming") jakarta.enterprise.inject.spi.DefinitionException definitionExceptionUnsupported(String annotation, String methodAsString)
    • 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

      @Message(id=38, value="%s") IllegalArgumentException illegalArgumentTypeToString(String typeName)
    • nameMustBeSet

      @Message(id=39, value="`name` must be set") IllegalArgumentException 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

      @Message(id=43, value="%s") IllegalArgumentException validateIsTrue(String value)
    • 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

      @Message(id=47, value="Invalid method annotated with %s: %s - when returning a Subscriber or a SubscriberBuilder, no parameters are expected") jakarta.enterprise.inject.spi.DefinitionException definitionNoParamOnSubscriber(String annotation, String methodAsString)
    • definitionSubscriberTypeParam

      @Message(id=48, value="Invalid method annotated with %s: %s - the returned Subscriber must declare a type parameter") jakarta.enterprise.inject.spi.DefinitionException definitionSubscriberTypeParam(String annotation, String methodAsString)
    • definitionOnParam

      @Message(id=49, value="Invalid method annotated with %s: %s - when returning a %s, one parameter is expected") jakarta.enterprise.inject.spi.DefinitionException definitionOnParam(String annotation, String methodAsString, String returnType)
    • definitionUnsupportedSignature

      @Message(id=50, value="Invalid method annotated with %s: %s - Unsupported signature") jakarta.enterprise.inject.spi.DefinitionException definitionUnsupportedSignature(String annotation, String methodAsString)
    • 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

      @Message(id=52, value="Invalid method annotated with %s: %s - the method must not be `void`") jakarta.enterprise.inject.spi.DefinitionException definitionNotVoid(String annotation, String methodAsString)
    • definitionNoParametersExpected

      @Message(id=53, value="Invalid method annotated with %s: %s - no parameters expected") jakarta.enterprise.inject.spi.DefinitionException definitionNoParametersExpected(String annotation, String methodAsString)
    • definitionMustDeclareParam

      @Message(id=54, value="Invalid method annotated with %s: %s - the returned %s must declare a type parameter") jakarta.enterprise.inject.spi.DefinitionException definitionMustDeclareParam(String annotation, String methodAsString, String returnClass)
    • definitionMustNotHaveParams

      @Message(id=55, value="Invalid method annotated with %s: %s - the method must not have parameters") jakarta.enterprise.inject.spi.DefinitionException definitionMustNotHaveParams(String annotation, String methodAsString)
    • definitionExpectedTwoParams

      @Message(id=56, value="Invalid method annotated with %s: %s - Expected 2 type parameters for the returned Processor") jakarta.enterprise.inject.spi.DefinitionException definitionExpectedTwoParams(String annotation, String methodAsString)
    • definitionExpectedReturnedParam

      @Message(id=57, value="Invalid method annotated with %s: %s - Expected a type parameter in the returned %s") jakarta.enterprise.inject.spi.DefinitionException definitionExpectedReturnedParam(String annotation, String methodAsString, String returnClass)
    • definitionExpectedConsumedParam

      @Message(id=58, value="Invalid method annotated with %s: %s - Expected a type parameter for the consumed %s") jakarta.enterprise.inject.spi.DefinitionException definitionExpectedConsumedParam(String annotation, String methodAsString, String returnClass)
    • definitionAutoAckNotSupported

      @Message(id=59, value="Invalid method annotated with %s: %s - Automatic post-processing acknowledgment is not supported.") jakarta.enterprise.inject.spi.DefinitionException definitionAutoAckNotSupported(String annotation, String methodAsString)
    • 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

      @Message(id=61, value="Invalid method annotated with %s: %s - If the method produces a %s, it needs to consume the same type.") jakarta.enterprise.inject.spi.DefinitionException definitionProduceConsume(String annotation, String methodAsString, String expectedType)
    • definitionMergeOnlyIncoming

      @Message(id=62, value="Invalid method annotated with %s: %s - The @Merge annotation is only supported for method annotated with @Incoming") jakarta.enterprise.inject.spi.DefinitionException definitionMergeOnlyIncoming(String annotation, String methodAsString)
    • definitionBroadcastOnlyOutgoing

      @Message(id=63, value="Invalid method annotated with %s: %s - The @Broadcast annotation is only supported for method annotated with @Outgoing") jakarta.enterprise.inject.spi.DefinitionException definitionBroadcastOnlyOutgoing(String annotation, String methodAsString)
    • 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

      @Message(id=73, value="Invalid configuration, the following channel names cannot be used for both incoming and outgoing: %s") jakarta.enterprise.inject.spi.DeploymentException deploymentInvalidConfiguration(Set<String> sources)
    • 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

      @Message(id=81, value="Invalid method annotated with @Incoming: %s. The signature is not supported as the produced result would be ignored. The method must return `void`, found %s.") jakarta.enterprise.inject.spi.DefinitionException definitionReturnVoid(String methodAsString, String returnType)
    • 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

      @Message(id=86, value="Multiple beans expose the connector %s : %s, %s") jakarta.enterprise.inject.spi.DeploymentException multipleBeanDeclaration(String connector, String bean1, String bean2)
    • 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

      @Message(id=1008, value="Emitter configuration for channel `%s` in %s is different than a previous configuration : %s") jakarta.enterprise.inject.spi.DefinitionException differentEmitterConfigurationPerInjection(String channel, String injectionPoint, String config)