ca.sqlpower.wabit.rs
Class ResultSetProducerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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.