com.sas.net.connect
Class TelnetClientException

com.sas.net.connect.TelnetClientException
All Implemented Interfaces:
java.io.Serializable

public class TelnetClientException

Exception thrown by a class implementing com.sas.net.connect.TelnetClientInterface.

See Also:
TelnetClientInterface, SASTelnetClient, Serialized Form

Constructor Summary
TelnetClientException()
          No-argument constructor.
TelnetClientException(java.lang.String message)
          Constructor with message.
TelnetClientException(java.lang.String message, java.lang.Throwable nestedException)
          Wrapper constructor.
TelnetClientException(java.lang.Throwable nestedException)
          Wrapper constructor.
 

Constructor Detail

TelnetClientException

public TelnetClientException()
No-argument constructor.


TelnetClientException

public TelnetClientException(java.lang.String message)
Constructor with message.

Parameters:
message - a message adding detail to the exception

TelnetClientException

public TelnetClientException(java.lang.Throwable nestedException)
Wrapper constructor.

Parameters:
nestedException - exception being wrapped

TelnetClientException

public TelnetClientException(java.lang.String message,
                             java.lang.Throwable nestedException)
Wrapper constructor.

Parameters:
message - a message to include in the exception.
nestedException - an exception being wrapped.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.