Class SendCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.cloudcreate.essentials.reactive.command.SendCommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultipleCommandHandlersFoundException,NoCommandHandlerFoundException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSendCommandException(Class<?> commandType, String message) SendCommandException(Class<?> commandType, String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
commandType
-
-
Constructor Details
-
SendCommandException
-
SendCommandException
-