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
An exception thrown on attempts to access a DataDomain after it was explicitly shut
down by the user.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainStoppedException(String messageFormat, Object... messageArgs) DomainStoppedException(String messageFormat, Throwable cause, Object... messageArgs) DomainStoppedException(Throwable cause) -
Method Summary
Methods inherited from class CayenneRuntimeException
getExceptionLabel, getMessage, getUnlabeledMessageModifier and TypeMethodDescriptionstatic StringReturns message that includes Cayenne version label and the actual exception message.Returns exception message without Cayenne version label.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DomainStoppedException
public DomainStoppedException() -
DomainStoppedException
-
DomainStoppedException
-
DomainStoppedException
-