public class InvalidTelnetOptionException extends java.lang.Exception
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.
|
public InvalidTelnetOptionException(java.lang.String message, int optcode)
message
- - Error message.optcode
- - Option code.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.