public class InvalidTelnetOptionException extends Exception
| Constructor and Description |
|---|
InvalidTelnetOptionException(String message,
int optcode)
Constructor for the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the error message of ths exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTelnetOptionException(String message, int optcode)
message - - Error message.optcode - - Option code.public String getMessage()
getMessage in class ThrowableCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.