org.apache.james
Class AccessControlException

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

public class AccessControlException
extends java.lang.Exception

Thrown when a user attempts to access something (e.g. a 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
AccessControlException(java.lang.String message)
          Construct a new AccessControlException 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

AccessControlException

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

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


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