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:
  • Constructor Details

    • SuppressReplyException

      public SuppressReplyException(Throwable cause)
    • SuppressReplyException

      public SuppressReplyException(String reason)
    • SuppressReplyException

      public SuppressReplyException(String reason, IOException cause)