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

Quick Search    Search Deep

org.objectstyle.cayenne
Class ConfigurationException  view ConfigurationException download ConfigurationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectstyle.cayenne.CayenneRuntimeException
                  extended byorg.objectstyle.cayenne.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends CayenneRuntimeException

A ConfigurationException is a runtime exception thrown on failures in Cayenne configuration.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.objectstyle.cayenne.CayenneRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfigurationException()
          Creates new ConfigurationException without detail message.
ConfigurationException(java.lang.String msg)
          Constructs an ConfigurationException with the specified detail message.
ConfigurationException(java.lang.String msg, java.lang.Throwable th)
           
ConfigurationException(java.lang.Throwable th)
          Constructs an ConfigurationException that wraps exception thrown elsewhere.
 
Methods inherited from class org.objectstyle.cayenne.CayenneRuntimeException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

ConfigurationException

public ConfigurationException()
Creates new ConfigurationException without detail message.


ConfigurationException

public ConfigurationException(java.lang.String msg)
Constructs an ConfigurationException with the specified detail message.


ConfigurationException

public ConfigurationException(java.lang.Throwable th)
Constructs an ConfigurationException that wraps exception thrown elsewhere.


ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Throwable th)