|
|||||||||
| Home >> All >> org >> objectstyle >> [ cayenne overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.cayenne
Class ConfigurationException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectstyle.cayenne.CayenneRuntimeException
org.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
ConfigurationExceptionwithout detail message.
ConfigurationException
public ConfigurationException(java.lang.String msg)
- Constructs an
ConfigurationExceptionwith the specified detail message.
ConfigurationException
public ConfigurationException(java.lang.Throwable th)
- Constructs an
ConfigurationExceptionthat wrapsexceptionthrown elsewhere.
ConfigurationException
public ConfigurationException(java.lang.String msg, java.lang.Throwable th)
|
|||||||||
| Home >> All >> org >> objectstyle >> [ cayenne overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC