com.sas.rio
Class RIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.rio.RIOException
- All Implemented Interfaces:
- public class RIOException
- extends Exception
Exception class for proprietary extensions to the SAS IOM Driver for JDBC.
- See Also:
- Serialized Form
Method Summary |
int |
getErrorCode()
Gets the exception code value. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RIOException
public RIOException(int code,
String reason)
- Constructs a RIOException object.
- Parameters:
reason
- A description of the exception.code
- A specific exception code.
RIOException
public RIOException(String reason)
- Constructs a RIOException object.
- Parameters:
reason
- A description of the exception.code
- A specific exception code.
getErrorCode
public int getErrorCode()
- Gets the exception code value.
- Returns:
- The RIOException's code value.
Copyright © 2003 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 09 Jul 2004 16:13:39