Package org.apache.cayenne.access
Class DomainStoppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cayenne.CayenneRuntimeException
org.apache.cayenne.access.DomainStoppedException
- All Implemented Interfaces:
- Serializable
public class DomainStoppedException extends CayenneRuntimeException
An exception thrown on attempts to access a DataDomain after it was explicitly shut
 down by the user.
- Since:
- 3.0
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description DomainStoppedException()DomainStoppedException(String messageFormat, Object... messageArgs)DomainStoppedException(String messageFormat, Throwable cause, Object... messageArgs)DomainStoppedException(Throwable cause)
- 
Method SummaryMethods 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- 
DomainStoppedExceptionpublic DomainStoppedException()
- 
DomainStoppedException
- 
DomainStoppedException
- 
DomainStoppedException
 
-