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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandDispatcherException(Throwable cause)Creates 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 Detail
-
CommandDispatcherException
public CommandDispatcherException(Throwable cause)
Creates a new CommandDispatcherException using the specified cause.- Parameters:
cause- the cause of this exception.
-
-