|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.rio.RIOException
@SASScope(value="ALL") @BinaryCompatibilityOnly 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(MessageCode messageCode,
java.lang.Object... arguments)
Use this constructor when message string has arguments |
|
RIOException(java.lang.String reason)
Constructs a RIOException object. |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Gets the exception code value. |
java.sql.SQLException |
toSQLException()
Convert a RIOException to an equivalent SQLException. |
| 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.
public RIOException(MessageCode messageCode,
java.lang.Object... arguments)
messageCode - the message codearguments - any arguments taken by the message| Method Detail |
|---|
public int getErrorCode()
RIOExceptionpublic java.sql.SQLException toSQLException()
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||