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