Class RequestRejectedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RequestRejectedException
    extends java.lang.Exception
    Thrown when the requested cannot be executed. This can occur when the the client is in the process of shutting down or if the broker is unable to accept the requests.
    Author:
    jesse
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RequestRejectedException

        public RequestRejectedException​(java.lang.Throwable cause)