org.apache.cayenne.access
Class DomainStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cayenne.CayenneRuntimeException
                  extended by 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

Constructor Summary
DomainStoppedException()
           
DomainStoppedException(java.lang.String messageFormat, java.lang.Object... messageArgs)
           
DomainStoppedException(java.lang.String messageFormat, java.lang.Throwable cause, java.lang.Object... messageArgs)
           
DomainStoppedException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.cayenne.CayenneRuntimeException
getMessage, getUnlabeledMessage
 
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
 

Constructor Detail

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.