Package net.anotheria.anodoc.service
Class NoStorageForModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anodoc.service.NoStorageForModuleException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoStorageForModuleException extends java.lang.ExceptionThrown when theIModuleServiceneeds to store or load a module instance, but doesn't have the appropriate storage configured.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoStorageForModuleException(java.lang.String moduleId)Constructor for NoStorageForModuleException.
-