Class QuotaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.admin.quota.exception.QuotaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QuotaFullException
,QuotaNotEnoughException
,QuotaOutOfBoundsException
public class QuotaException extends org.silverpeas.kernel.SilverpeasException
- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaException(Quota quota, String message, String... parameters)
QuotaException(Quota quota, String message, Throwable cause)
QuotaException(Quota quota, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Quota
getQuota()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getQuota
public Quota getQuota()
- Returns:
- the quota concerned by the thrown of this exception.
-
-