Class 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:
    Serialized Form
    • 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)