Package com.icegreen.greenmail.imap
Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.icegreen.greenmail.imap.AuthorizationException
- All Implemented Interfaces:
Serializable
Thrown when a user attempts to do something (e.g. alter mailbox) for which
they do not have appropriate rights.
- Version:
- 0.1 on 14 Dec 2000
- Author:
- Charles Benett
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationException
(String message) Construct a newAuthorizationException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
Construct a newAuthorizationException
instance.- Parameters:
message
- The detail message for this exception (mandatory).
-