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:
- java.io.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
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 |
DomainStoppedException
public DomainStoppedException()
DomainStoppedException
public DomainStoppedException(java.lang.String messageFormat,
java.lang.Object... messageArgs)
DomainStoppedException
public DomainStoppedException(java.lang.String messageFormat,
java.lang.Throwable cause,
java.lang.Object... messageArgs)
DomainStoppedException
public DomainStoppedException(java.lang.Throwable cause)
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.