|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.net.connect.TelnetClientException
public class TelnetClientException
Exception thrown by a class implementing
com.sas.net.connect.TelnetClientInterface
.
TelnetClientInterface
,
SASTelnetClient
,
Serialized FormConstructor 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 |
---|
public TelnetClientException()
public TelnetClientException(java.lang.String message)
message
- a message adding detail to the exceptionpublic TelnetClientException(java.lang.Throwable nestedException)
nestedException
- exception being wrappedpublic TelnetClientException(java.lang.String message, java.lang.Throwable nestedException)
message
- a message to include in the exception.nestedException
- an exception being wrapped.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |