public class InvalidTelnetOptionException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
msg
Error message
|
private int |
optionCode
Option code
|
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidTelnetOptionException(java.lang.String message,
int optcode)
Constructor for the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Gets the error message of ths exception.
|
private static final long serialVersionUID
private final int optionCode
private final java.lang.String msg