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: 
 - Serializable
 
public class SQLResultSetException
- extends PentahoChainedException
 
This exception just signals that an exception occurred during DB interaction
- See Also:
 - Serialized Form
 
 
 
 
 
 
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)