@ProviderType public static class PubSubPlusClientException.ServiceCapabilityException 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 |
---|
ServiceCapabilityException(String message,
com.solacesystems.jcsmp.CapabilityType capabilityType)
Creates an instance of
ServiceCapabilityException with a detailed message. |
Modifier and Type | Method and Description |
---|---|
com.solacesystems.jcsmp.CapabilityType |
getCapabilityType()
Get the capability type from the instance.
|
of
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceCapabilityException(String message, com.solacesystems.jcsmp.CapabilityType capabilityType)
ServiceCapabilityException
with a detailed message.message
- the detailed message. The detailed message is saved for later retrieval
by the PubSubPlusClientException.ServiceCapabilityException.getCapabilityType()
method.capabilityType
- the capability typeCopyright 2019-2024 Solace Corporation. All rights reserved.