Package org.apache.activemq.broker
Class SuppressReplyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.activemq.broker.SuppressReplyException
- All Implemented Interfaces:
Serializable
An exception thrown when the broker or transport will be shutdown in response
to an error, eg. from IOExceptionHandler.
The transport will die (socket.close()) so we don't want to propagate exceptions
to the client; failover transport will retry the operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSuppressReplyException(String reason) SuppressReplyException(String reason, IOException cause) SuppressReplyException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SuppressReplyException
-
SuppressReplyException
-
SuppressReplyException
-