org.apache.james
Class AuthorizationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.james.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends java.lang.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 Summary
AuthorizationException(java.lang.String message)
          Construct a new AuthorizationException instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException(java.lang.String message)
Construct a new AuthorizationException instance.

Parameters:
message - The detail message for this exception (mandatory).


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."