Class AuthorizationException

  • All Implemented Interfaces:
    Serializable

    public class AuthorizationException
    extends Exception
    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:
    Serialized Form
    • Constructor Detail

      • AuthorizationException

        public AuthorizationException​(String message)
        Construct a new AuthorizationException instance.
        Parameters:
        message - The detail message for this exception (mandatory).