public class UnknownCommandException
extends java.lang.Exception
| Constructor and Description |
|---|
UnknownCommandException(@NotNull java.lang.String str)
Creates a new exception with the given text message as a parameter.
|
UnknownCommandException(@NotNull java.lang.String str,
@NotNull java.lang.Throwable cause)
Creates a new exception with the given text message as a parameter.
|
public UnknownCommandException(@NotNull
@NotNull java.lang.String str)
str - the message to assign to this exceptionpublic UnknownCommandException(@NotNull
@NotNull java.lang.String str,
@NotNull
@NotNull java.lang.Throwable cause)
str - the message to assign to this exceptioncause - the cause for this exception