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
- 
Constructor SummaryConstructors Constructor Description DataDomainLoadException()DataDomainLoadException(String messageFormat, Object... messageArgs)DataDomainLoadException(String messageFormat, Throwable cause, Object... messageArgs)DataDomainLoadException(Throwable cause)DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs)
- 
Method SummaryModifier and Type Method Description ConfigurationTree<DataChannelDescriptor>getConfigurationTree()Methods 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- 
DataDomainLoadExceptionpublic DataDomainLoadException()
- 
DataDomainLoadException
- 
DataDomainLoadExceptionpublic DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs)
- 
DataDomainLoadException
- 
DataDomainLoadException
 
- 
- 
Method Details- 
getConfigurationTree
 
-