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 Summary
Constructors 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 Summary
Modifier and Type Method Description ConfigurationTree<DataChannelDescriptor>
getConfigurationTree()
Methods inherited from class org.apache.cayenne.CayenneRuntimeException
getExceptionLabel, getMessage, getUnlabeledMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataDomainLoadException
public DataDomainLoadException() -
DataDomainLoadException
-
DataDomainLoadException
public DataDomainLoadException(ConfigurationTree<DataChannelDescriptor> configurationTree, String messageFormat, Object... messageArgs) -
DataDomainLoadException
-
DataDomainLoadException
-
-
Method Details
-
getConfigurationTree
-