public class QuotaExceededException
extends com.sun.mail.iap.CommandFailedException
QuotaExceededException - Thrown to indicate that quota restrictions (either number of messages or storage size) were exceeded.| Constructor and Description |
|---|
QuotaExceededException()
Initializes a new
QuotaExceededException. |
QuotaExceededException(com.sun.mail.iap.Response response)
Initializes a new
QuotaExceededException. |
QuotaExceededException(java.lang.String message)
Initializes a new
QuotaExceededException. |
public QuotaExceededException()
QuotaExceededException.public QuotaExceededException(java.lang.String message)
QuotaExceededException.message - The error messagepublic QuotaExceededException(com.sun.mail.iap.Response response)
QuotaExceededException.response - The (NO) response; meaning Response.isNO() returns true