|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.rio.RIOException
public class RIOException
Exception class for proprietary extensions to the SAS IOM Driver for JDBC.
Constructor Summary | |
---|---|
RIOException(int code,
java.lang.String reason)
Constructs a RIOException object. |
|
RIOException(java.lang.String reason)
Constructs a RIOException object. |
Method Summary | |
---|---|
int |
getErrorCode()
Gets the exception code value. |
Constructor Detail |
---|
public RIOException(int code, java.lang.String reason)
reason
- A description of the exception.code
- A specific exception code.public RIOException(java.lang.String reason)
reason
- A description of the exception.code
- A specific exception code.Method Detail |
---|
public int getErrorCode()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |