Package net.anotheria.anodoc.service
Class StorageFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.anotheria.anodoc.util.CommonModuleStorageException
-
- net.anotheria.anodoc.service.StorageFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageFailureException extends CommonModuleStorageException
General exception a service can throw if it can't proceed as desired.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageFailureException(java.lang.String message)Constructor for StorageFailureException.
-