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:
  • Field Details

    • commandType

      public final Class<?> commandType
  • Constructor Details

    • SendCommandException

      public SendCommandException(Class<?> commandType, String message)
    • SendCommandException

      public SendCommandException(Class<?> commandType, String message, Exception e)