Package org.apache.cayenne
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.ConfigurationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataDomainLoadException
public class ConfigurationException extends CayenneRuntimeException
A runtime exception thrown on failures in Cayenne configuration.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ConfigurationException()Creates newConfigurationExceptionwithout detail message.ConfigurationException(String messageFormat, Object... messageArgs)Constructs an exception with the specified message with an optional list of message formatting arguments.ConfigurationException(String messageFormat, Throwable cause, Object... messageArgs)ConfigurationException(Throwable cause)Constructs an exception wrapping another exception thrown elsewhere.
- 
Method SummaryMethods inherited from class org.apache.cayenne.CayenneRuntimeExceptiongetExceptionLabel, getMessage, getUnlabeledMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigurationExceptionpublic ConfigurationException()Creates newConfigurationExceptionwithout detail message.
- 
ConfigurationExceptionConstructs an exception with the specified message with an optional list of message formatting arguments. Message formatting rules follow "String.format(..)" conventions.
- 
ConfigurationExceptionConstructs an exception wrapping another exception thrown elsewhere.
- 
ConfigurationException
 
-