Class QuotaFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.admin.quota.exception.QuotaException
-
- org.silverpeas.core.admin.quota.exception.QuotaFullException
-
- All Implemented Interfaces:
Serializable
public class QuotaFullException extends QuotaException
- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaFullException(Quota quota)
Default constructor
-
Method Summary
-
Methods inherited from class org.silverpeas.core.admin.quota.exception.QuotaException
getQuota
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QuotaFullException
public QuotaFullException(Quota quota)
Default constructor- Parameters:
quota
-
-
-