org.pentaho.platform.plugin.services.connections.sql
Class SQLResultSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.util.PentahoChainedException
org.pentaho.platform.plugin.services.connections.sql.SQLResultSetException
- All Implemented Interfaces:
- java.io.Serializable
public class SQLResultSetException
- extends PentahoChainedException
This exception just signals that an exception occurred during DB interaction
- See Also:
- Serialized Form
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 |
SQLResultSetException
public SQLResultSetException()
- lame ass ctor that really shouldn't be used.
SQLResultSetException
public SQLResultSetException(java.lang.String message,
java.lang.Throwable reas)
SQLResultSetException
public SQLResultSetException(java.lang.String message)
SQLResultSetException
public SQLResultSetException(java.lang.Throwable reas)