org.pentaho.platform.plugin.services.connections.sql
Class SQLResultSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.util.PentahoChainedException
                  extended by org.pentaho.platform.plugin.services.connections.sql.SQLResultSetException
All Implemented Interfaces:
Serializable

public class SQLResultSetException
extends PentahoChainedException

This exception just signals that an exception occurred during DB interaction

See Also:
Serialized Form

Constructor Summary
SQLResultSetException()
          lame ass ctor that really shouldn't be used.
SQLResultSetException(String message)
           
SQLResultSetException(String message, Throwable reas)
           
SQLResultSetException(Throwable reas)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException
getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLResultSetException

public SQLResultSetException()
lame ass ctor that really shouldn't be used.


SQLResultSetException

public SQLResultSetException(String message,
                             Throwable reas)

SQLResultSetException

public SQLResultSetException(String message)

SQLResultSetException

public SQLResultSetException(Throwable reas)