com.ninja_squad.dbsetup
Class DbSetupRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ninja_squad.dbsetup.DbSetupRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class DbSetupRuntimeException
extends java.lang.RuntimeException

A runtime exception indicating that a DbSetup failed.

See Also:
Serialized Form

Constructor Summary
DbSetupRuntimeException()
           
DbSetupRuntimeException(java.lang.String message)
           
DbSetupRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
DbSetupRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

DbSetupRuntimeException

public DbSetupRuntimeException()

DbSetupRuntimeException

public DbSetupRuntimeException(java.lang.String message,
                               java.lang.Throwable cause)

DbSetupRuntimeException

public DbSetupRuntimeException(java.lang.String message)

DbSetupRuntimeException

public DbSetupRuntimeException(java.lang.Throwable cause)