Class 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 Details

    • DomainStoppedException

      public DomainStoppedException()
    • DomainStoppedException

      public DomainStoppedException​(String messageFormat, Object... messageArgs)
    • DomainStoppedException

      public DomainStoppedException​(String messageFormat, Throwable cause, Object... messageArgs)
    • DomainStoppedException

      public DomainStoppedException​(Throwable cause)