public class

TelnetProtocolException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ sun.net.TelnetProtocolException

Class Overview

An unexpected result was received by the client when talking to the telnet server.

Summary

Public Constructors
TelnetProtocolException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TelnetProtocolException (String s)