Class CommandDispatcherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wildfly.clustering.dispatcher.CommandDispatcherException
All Implemented Interfaces:
Serializable

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

    • CommandDispatcherException

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