public class OverQuotaException extends MailboxException
MailboxException which identicate that a user was over-quota| Constructor and Description |
|---|
OverQuotaException(long max,
long used) |
OverQuotaException(String msg,
long max,
long used) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMax() |
long |
getUsed() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OverQuotaException(String msg, long max, long used)
public OverQuotaException(long max,
long used)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.