Class RequestRejectedException

  • All Implemented Interfaces:
    Serializable

    public class RequestRejectedException
    extends 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
    • Constructor Detail

      • RequestRejectedException

        public RequestRejectedException​(Throwable cause)