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:
Serializable
public class SQLResultSetException
extends org.pentaho.platform.api.util.PentahoChainedException
This exception just signals that an exception occurred during DB interaction
- See Also:
-
Constructor Summary
ConstructorDescriptionlame ass ctor that really shouldn't be used.SQLResultSetException
(String message) SQLResultSetException
(String message, Throwable reas) -
Method Summary
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException
getRootCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SQLResultSetException
public SQLResultSetException()lame ass ctor that really shouldn't be used. -
SQLResultSetException
-
SQLResultSetException
-
SQLResultSetException
-