org.apache.commons.net.telnet
public class InvalidTelnetOptionException extends Exception
| Constructor Summary | |
|---|---|
| InvalidTelnetOptionException(String message, int optcode)
Constructor for the exception.
| |
| Method Summary | |
|---|---|
| String | getMessage()
Gets the error message of ths exception.
|
Parameters: message - Error message. optcode - Option code.
Returns: the error message.