Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.infohazard.maverick.flow
Class ConfigException  view ConfigException download ConfigException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.infohazard.maverick.flow.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends javax.servlet.ServletException

Exception which indicates a failure during configuration of Maverick.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class javax.servlet.ServletException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfigException()
           
ConfigException(java.lang.String message)
           
ConfigException(java.lang.String message, java.lang.Throwable rootCause)
           
ConfigException(java.lang.Throwable rootCause)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

ConfigException

public ConfigException()

ConfigException

public ConfigException(java.lang.String message)

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable rootCause)

ConfigException

public ConfigException(java.lang.Throwable rootCause)