Package mops.businesslogic.exception
Class StorageLimitationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mops.exception.MopsException
-
- mops.businesslogic.exception.StorageLimitationException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageLimitationException extends MopsException
Is thrown we a storage limitation is violated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageLimitationException(java.lang.String message)
Is thrown we a storage limitation is violated.
-