Package net.anotheria.anodoc.util
Class CommonModuleStorageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anodoc.util.CommonModuleStorageException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoStoredModuleEntityException,StorageFailureException
public class CommonModuleStorageException extends java.lang.ExceptionBase exception class for this service, custom exceptions should derive from it.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommonModuleStorageException(java.lang.String aMessage)Default constructor.
-