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
ConfigurationException
public ConfigurationException()
- Creates new
ConfigurationException
without detail message.
ConfigurationException
public ConfigurationException(String messageFormat,
Object... messageArgs)
- Constructs an exception with the specified message with an optional list of message
formatting arguments. Message formatting rules follow "String.format(..)"
conventions.
ConfigurationException
public ConfigurationException(Throwable cause)
- Constructs an exception wrapping another exception thrown elsewhere.
ConfigurationException
public ConfigurationException(String messageFormat,
Throwable cause,
Object... messageArgs)
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.