|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.net.connect.ConnectLogException
public class ConnectLogException
The ConnectLogException class provides information about an error returned in the SAS log.
Each ConnectLogException provides the following:
Constructor Summary | |
---|---|
ConnectLogException(int code,
java.lang.String reason)
Constructs a ConnectLogException. |
|
ConnectLogException(java.lang.String reason)
Constructs a ConnectLogException. |
Method Summary | |
---|---|
int |
getErrorCode()
Gets the exception code. |
Constructor Detail |
---|
public ConnectLogException(int code, java.lang.String reason)
reason
- A description of the exception.code
- A specific exception code.public ConnectLogException(java.lang.String reason)
reason
- A description of the exception.code
- A specific exception code.Method Detail |
---|
public int getErrorCode()
getErrorCode
in class ConnectException
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |