ca.sqlpower.wabit.rs
Class ResultSetProducerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.sqlpower.wabit.rs.ResultSetProducerException
All Implemented Interfaces:
java.io.Serializable

public class ResultSetProducerException
extends java.lang.Exception

A checked exception that can be thrown by result set producers. Typically, an exception of this type is wrapping an underlying exception such as SQLException or OlapException.

See Also:
Serialized Form

Constructor Summary
ResultSetProducerException(java.lang.String message)
           
ResultSetProducerException(java.lang.String message, java.lang.Throwable cause)
           
ResultSetProducerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultSetProducerException

public ResultSetProducerException(java.lang.String message,
                                  java.lang.Throwable cause)

ResultSetProducerException

public ResultSetProducerException(java.lang.String message)

ResultSetProducerException

public ResultSetProducerException(java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.