public final class IllegalServerCommandException
extends java.lang.Exception
Constructor and Description |
---|
IllegalServerCommandException(java.lang.Exception e)
Creates the IllegalServerCommandException
|
IllegalServerCommandException(java.lang.String message)
Creates the IllegalServerCommandException
|
IllegalServerCommandException(java.lang.String message,
java.lang.Exception e)
Creates the IllegalServerCommandException
|
public IllegalServerCommandException(java.lang.Exception e)
e
- the underlying causepublic IllegalServerCommandException(java.lang.String message)
message
- -public IllegalServerCommandException(java.lang.String message, java.lang.Exception e)
message
- -e
- -