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
public abstract class SendCommandException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Class<?>commandType
-
Constructor Summary
Constructors Constructor Description SendCommandException(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
-
-