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

Constructor Summary
RIOException(int code, String reason)
          Constructs a RIOException object.
RIOException(String reason)
          Constructs a RIOException object.
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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