|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.net.connect.ConnectException
public class ConnectException
The ConnectException class provides information about a SAS/CONNECT driver for Java error.
Each ConnectException provides the following:
Constructor Summary | |
---|---|
ConnectException()
No-argument constructor. |
|
ConnectException(int code,
java.lang.String reason)
Constructs a ConnectException object. |
|
ConnectException(java.lang.String reason)
Constructs a ConnectException object. |
|
ConnectException(java.lang.String message,
java.lang.Throwable nestedException)
Wrapper constructor. |
|
ConnectException(java.lang.Throwable nestedException)
Wrapper constructor. |
Method Summary | |
---|---|
int |
getErrorCode()
Gets the exception code. |
Constructor Detail |
---|
public ConnectException(int code, java.lang.String reason)
reason
- A description of the exception.code
- A specific exception code.public ConnectException(java.lang.String reason)
reason
- A description of the exception.public ConnectException()
public ConnectException(java.lang.Throwable nestedException)
nestedException
- exception being wrappedpublic ConnectException(java.lang.String message, java.lang.Throwable nestedException)
message
- a message to include in the exception.nestedException
- an exception being wrapped.Method Detail |
---|
public int getErrorCode()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |