Class DispatchException

  • All Implemented Interfaces:
    Serializable

    public final class DispatchException
    extends Exception
    Exception that demands a specific fault message to be sent back. TODO: think about a way to generalize it, as it seems to be useful in other places.
    Author:
    Kohsuke Kawaguchi
    See Also:
    Serialized Form
    • Field Detail

      • fault

        public final Message fault
    • Constructor Detail

      • DispatchException

        public DispatchException​(Message fault)