jet.datasource
Class JRUserDataSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by jet.datasource.JRUserDataSourceException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class JRUserDataSourceException
extends java.sql.SQLException

An exception that provides information on a data access error.

See Also:
Serialized Form

Constructor Summary
JRUserDataSourceException(java.lang.String reason)
          Constructs a fully-specified JRResultSetException object
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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

JRUserDataSourceException

public JRUserDataSourceException(java.lang.String reason)
Constructs a fully-specified JRResultSetException object

Parameters:
reason - a description of the exception