Groovy Documentation

griffon.plugins.hibernate3.internal.exceptions
[Java] Class DatabaseException

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

public class DatabaseException
extends GriffonException

Authors:
Andres Almiray


Constructor Summary
DatabaseException()

DatabaseException(String arg0)

DatabaseException(String arg0, Throwable arg1)

DatabaseException(Throwable arg0)

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

Constructor Detail

DatabaseException

public DatabaseException()


DatabaseException

public DatabaseException(String arg0)


DatabaseException

public DatabaseException(String arg0, Throwable arg1)


DatabaseException

public DatabaseException(Throwable arg0)


 

Groovy Documentation