|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.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.
| 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 |
|---|
public MetaDataAccessException()
public MetaDataAccessException(String arg0)
public MetaDataAccessException(String arg0, Throwable arg1)
public MetaDataAccessException(Throwable arg0)
Groovy Documentation