Class CommandDispatcherException

  • All Implemented Interfaces:
    Serializable

    public class CommandDispatcherException
    extends Exception
    Indicates a failure to dispatch a command.
    Author:
    Paul Ferraro
    See Also:
    Serialized Form
    • Constructor Detail

      • CommandDispatcherException

        public CommandDispatcherException​(Throwable cause)
        Creates a new CommandDispatcherException using the specified cause.
        Parameters:
        cause - the cause of this exception.