Class HandlerException

  • All Implemented Interfaces:
    Serializable

    public class HandlerException
    extends Exception
    An Exception used by the MessagingHandlers to propagate errors to the caller.
    See Also:
    Serialized Form
    • Constructor Detail

      • HandlerException

        public HandlerException​(String message)
      • HandlerException

        public HandlerException​(String message,
                                Throwable cause)