public class InvalidCommandException
extends java.lang.Exception
Command is created.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InvalidCommandException(java.lang.String message)
Constructs an
InvalidCommandException with the specified detail message. |
private static final long serialVersionUID
public InvalidCommandException(java.lang.String message)
InvalidCommandException with the specified detail message.message - The detail message.