Package net.anotheria.anodoc.service
Class NoStoredModuleEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anodoc.util.CommonModuleStorageException
-
- net.anotheria.anodoc.service.NoStoredModuleEntityException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoStoredModuleEntityException extends CommonModuleStorageException
Thrown when theIModuleServiceneeds to load a module instance, but it isn't stored. If the load method was called onIModuleServicewith the create flag, this exception will be caught by the service and a new instance created.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStoredModuleEntityException(java.lang.String message)Default constructor.
-