Package org.cristian.t4j
Class TelnetServer.Command.InvalidCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.cristian.t4j.TelnetServer.Command.InvalidCommandException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TelnetServer.Command
public static class TelnetServer.Command.InvalidCommandException extends java.lang.Exception
Invalid Command given to the Telnet Server.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
Command
-
Constructor Summary
Constructors Constructor Description InvalidCommandException(java.lang.String Command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-