net.loadbang.sql.exn
Class SetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.loadbang.sql.exn.SetupException
All Implemented Interfaces:
java.io.Serializable

public class SetupException
extends java.lang.Exception

Exception for configuration/setup problems.

See Also:
Serialized Form

Constructor Summary
SetupException(java.lang.String message)
           
SetupException(java.lang.String message, java.lang.Exception 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

SetupException

public SetupException(java.lang.String message,
                      java.lang.Exception cause)

SetupException

public SetupException(java.lang.String message)