public class UnsupportedCommandException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
UnsupportedCommandException()
Constructs a
UnsupportedCommandException. |
UnsupportedCommandException(java.lang.String message)
Constructs a
UnsupportedCommandException with a detailed
exception message. |
UnsupportedCommandException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a
UnsupportedCommandException with detailed message
and parent exception. |
UnsupportedCommandException(java.lang.Throwable throwable)
Constructs a
UnsupportedCommandException with the given parent
exception. |
public static final long serialVersionUID
public UnsupportedCommandException()
UnsupportedCommandException.public UnsupportedCommandException(java.lang.String message)
UnsupportedCommandException with a detailed
exception message.message - Additional message for the exception.public UnsupportedCommandException(java.lang.Throwable throwable)
UnsupportedCommandException with the given parent
exception.throwable - Parent exception.public UnsupportedCommandException(java.lang.String message,
java.lang.Throwable throwable)
UnsupportedCommandException with detailed message
and parent exception.message - Additional message for the exception.throwable - Parent exception.