***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.rio
Class RIOException

com.sas.rio.RIOException
All Implemented Interfaces:
java.io.Serializable

public class RIOException

Exception class for proprietary extensions to the SAS IOM Driver for JDBC.

See Also:
Serialized Form

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

RIOException

public RIOException(int code,
                    java.lang.String reason)
Constructs a RIOException object.

Parameters:
reason - A description of the exception.
code - A specific exception code.

RIOException

public RIOException(java.lang.String reason)
Constructs a RIOException object.

Parameters:
reason - A description of the exception.
code - A specific exception code.
Method Detail

getErrorCode

public int getErrorCode()
Gets the exception code value.

Returns:
The RIOException's code value.

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.