Package org.rostore.entity
Class QuotaExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rostore.entity.RoStoreException
org.rostore.entity.QuotaExceededException
- All Implemented Interfaces:
Serializable
Exception is thrown by
BlockAllocator
when the request has to be rejected because
the size that has to be allocated is greater than the allowed size
of the underlying storage object, e.g. Container
.- See Also:
-
Constructor Summary
ConstructorDescriptionQuotaExceededException
(String message) QuotaExceededException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuotaExceededException
-
QuotaExceededException
-