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
public class SuppressReplyException
- extends RuntimeException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SuppressReplyException
public SuppressReplyException(String reason,
IOException cause)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.