public class JCSMPTransportException extends JCSMPException
JCSMPTransportException
indicates an error condition regarding
communication with the Solace appliance.
These exceptions can be raised after several retries, depending on the session configuration.
When an application receives these exceptions from a JCSMPSession
,
the JCSMPSession
becomes unusable.
Constructor and Description |
---|
JCSMPTransportException(String message) |
JCSMPTransportException(String message,
Throwable cause) |
getExtraInfo, setExtraInfo
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public JCSMPTransportException(String message)
message
- The error message.Copyright 2004-2024 Solace Corporation. All rights reserved.