org.apache.cayenne.configuration.server
Class DataDomainLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.ConfigurationException
org.apache.cayenne.configuration.server.DataDomainLoadException
- All Implemented Interfaces:
- Serializable
public class DataDomainLoadException
- extends ConfigurationException
- Since:
- 3.1
- See Also:
- Serialized Form
DataDomainLoadException
public DataDomainLoadException()
DataDomainLoadException
public DataDomainLoadException(String messageFormat,
Object... messageArgs)
DataDomainLoadException
public DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree,
String messageFormat,
Object... messageArgs)
DataDomainLoadException
public DataDomainLoadException(Throwable cause)
DataDomainLoadException
public DataDomainLoadException(String messageFormat,
Throwable cause,
Object... messageArgs)
getConfigurationTree
public ConfigurationTree<DataChannelDescriptor> getConfigurationTree()
Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.