@ProviderType public static class PubSubPlusClientException.IncompatibleMessageException extends PubSubPlusClientException
PubSubPlusClientException.AuthenticationException, PubSubPlusClientException.AuthorizationException, PubSubPlusClientException.IncompatibleMessageException, PubSubPlusClientException.IncompleteMessageDeliveryException, PubSubPlusClientException.InvalidConfigurationException, PubSubPlusClientException.MessageDestinationDoesNotExistException, PubSubPlusClientException.MessageNotAcknowledgedByBrokerException, PubSubPlusClientException.MessageRejectedByBrokerException, PubSubPlusClientException.MessageReplayException, PubSubPlusClientException.MessageTooBigException, PubSubPlusClientException.MissingResourceException, PubSubPlusClientException.PublisherOverflowException, PubSubPlusClientException.PubSubPlusClientIOException, PubSubPlusClientException.RequestInterruptedException, PubSubPlusClientException.ResourceProvisioningException, PubSubPlusClientException.ServiceCapabilityException, PubSubPlusClientException.ServiceDownException, PubSubPlusClientException.ServiceUnreachableException, PubSubPlusClientException.TimeoutException, PubSubPlusClientException.UnsupportedAuthorizationException| Constructor and Description |
|---|
IncompatibleMessageException(String message)
Creates an instance of
IncompatibleMessageException with a detailed message for an
incompatible message. |
IncompatibleMessageException(String message,
Throwable t)
Creates an instance of
IncompatibleMessageException with a detailed message and the
cause for an incompatible message. |
ofaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleMessageException(String message)
IncompatibleMessageException with a detailed message for an
incompatible message.message - the detailed message. The detailed message is saved for later retrieval by the
Throwable.getMessage() method.public IncompatibleMessageException(String message, Throwable t)
IncompatibleMessageException with a detailed message and the
cause for an incompatible message.message - the detailed message. The detailed message is saved for later retrieval by the
Throwable.getMessage() method.t - the cause that is saved for later retrieval by the Throwable.getCause() method.
A null value is permitted, and indicates that the cause is
non-existent or unknown.Copyright 2019-2025 Solace Corporation. All rights reserved.