IllegalCommandStateException

Exception thrown when a command is in an illegal state.

Parameters

message

The detail message for the exception.

Constructors

Link copied to clipboard
constructor(key: String, message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val key: String

The key representing the illegal state.

Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard