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:
- java.io.Serializable
public class DataDomainLoadException
- extends ConfigurationException
- Since:
- 3.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 |
DataDomainLoadException
public DataDomainLoadException()
DataDomainLoadException
public DataDomainLoadException(java.lang.String messageFormat,
java.lang.Object... messageArgs)
DataDomainLoadException
public DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree,
java.lang.String messageFormat,
java.lang.Object... messageArgs)
DataDomainLoadException
public DataDomainLoadException(java.lang.Throwable cause)
DataDomainLoadException
public DataDomainLoadException(java.lang.String messageFormat,
java.lang.Throwable cause,
java.lang.Object... messageArgs)
getConfigurationTree
public ConfigurationTree<DataChannelDescriptor> getConfigurationTree()
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.