net.sf.jasperreports.jsf.engine.converters
Class DatabaseSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by net.sf.jasperreports.jsf.JRFacesException
                      extended by net.sf.jasperreports.jsf.engine.SourceException
                          extended by net.sf.jasperreports.jsf.engine.converters.DatabaseSourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDatabaseDriverException, QueryExecutionException, UnpreparedStatementException

public class DatabaseSourceException
extends SourceException

Exception thrown when a database source converter throws any database related exception.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

Constructor Summary
DatabaseSourceException(String msg)
           
DatabaseSourceException(String msg, Throwable t)
           
DatabaseSourceException(Throwable t)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

DatabaseSourceException

public DatabaseSourceException(String msg,
                               Throwable t)

DatabaseSourceException

public DatabaseSourceException(String msg)

DatabaseSourceException

public DatabaseSourceException(Throwable t)


Copyright © 2011 SourceForge.net. All Rights Reserved.