@ProviderType public static class PubSubPlusClientException.ServiceDownException 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 |
---|
ServiceDownException(String message)
Creates an instance of
ServiceDownException with a detailed message for a service
that is unavailable. |
ServiceDownException(String message,
Throwable t)
Creates an instance of
ServiceDownException with a detailed message and the cause for
a service that is unavailable. |
ServiceDownException(Throwable t)
Creates an instance of
ServiceDownException with the cause for a service that's
unavailable. |
of
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceDownException(String message)
ServiceDownException
with a detailed message for a service
that is unavailable.message
- the detailed message. The detailed message is saved for later retrieval by the
Throwable.getMessage()
method.public ServiceDownException(String message, Throwable t)
ServiceDownException
with a detailed message and the cause for
a service that is unavailable.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.public ServiceDownException(Throwable t)
ServiceDownException
with the cause for a service that's
unavailable.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-2024 Solace Corporation. All rights reserved.