com.sas.net.connect
Class TelnetClientException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.net.util.WrapperException
|
+--com.sas.net.connect.TelnetClientException
- All Implemented Interfaces:
- public class TelnetClientException
- extends WrapperException
Exception thrown by a class implementing
com.sas.net.connect.TelnetClientInterface
.
- See Also:
TelnetClientInterface
,
SASTelnetClient
, Serialized Form
TelnetClientException
public TelnetClientException()
- No-argument constructor.
TelnetClientException
public TelnetClientException(String message)
- Constructor with message.
- Parameters:
message
- a message adding detail to the exception
TelnetClientException
public TelnetClientException(Throwable nestedException)
- Wrapper constructor.
- Parameters:
nestedException
- exception being wrapped
TelnetClientException
public TelnetClientException(String message,
Throwable nestedException)
- Wrapper constructor.
- Parameters:
message
- a message to include in the exception.nestedException
- an exception being wrapped.
Copyright © 2003 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 09 Jul 2004 16:13:36