Class QuotaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.cbarchive.web.exception.CombineArchiveWebException
-
- de.unirostock.sems.cbarchive.web.exception.QuotaException
-
- All Implemented Interfaces:
Serializable
public class QuotaException extends CombineArchiveWebException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaException()
QuotaException(String msg)
QuotaException(String msg, String userMessage)
QuotaException(String msg, String userMessage, Throwable cause)
QuotaException(String message, Throwable cause)
QuotaException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUserMessage()
Returns the user message, which is safe to show to end user-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-