Class CommandDispatcherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wildfly.clustering.dispatcher.CommandDispatcherException
- All Implemented Interfaces:
Serializable
Indicates a failure to dispatch a command.
- Author:
- Paul Ferraro
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new CommandDispatcherException using the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandDispatcherException
Creates a new CommandDispatcherException using the specified cause.- Parameters:
cause- the cause of this exception.
-