Groovy Documentation

griffon.plugins.hibernate4.internal.exceptions
[Java] Class MetaDataAccessException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              griffon.exceptions.GriffonException
                  griffon.plugins.hibernate4.internal.exceptions.DatabaseException
                      griffon.plugins.hibernate4.internal.exceptions.MetaDataAccessException

public class MetaDataAccessException
extends DatabaseException

Exception indicating that something went wrong during JDBC metadata lookup.

This is a checked exception since we want it to be caught, logged and handled rather than cause the application to fail. Failure to read JDBC metadata is usually not a fatal problem.

Authors:
Thomas Risberg
Since:
1.0.1


Constructor Summary
MetaDataAccessException()

MetaDataAccessException(String arg0)

MetaDataAccessException(String arg0, Throwable arg1)

MetaDataAccessException(Throwable arg0)

 
Method Summary
 
Methods inherited from class GriffonException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

MetaDataAccessException

public MetaDataAccessException()


MetaDataAccessException

public MetaDataAccessException(String arg0)


MetaDataAccessException

public MetaDataAccessException(String arg0, Throwable arg1)


MetaDataAccessException

public MetaDataAccessException(Throwable arg0)


 

Groovy Documentation