com.arsdigita.cms.dispatcher
Class AccessDeniedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.dispatcher.AccessDeniedException
                  extended bycom.arsdigita.cms.dispatcher.AccessDeniedException
All Implemented Interfaces:
Serializable

Deprecated. use com.arsdigita.dispatcher.AccessDeniedException instead.

public class AccessDeniedException
extends com.arsdigita.dispatcher.AccessDeniedException

AccessDeniedException is the runtime exception that is thrown whenever the current user does not have access to the requested resources.

Version:
$Revision: #6 $ $DateTime: 2004/04/07 16:07:11 $
Author:
Michael Pih (pihman@arsdigita.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.arsdigita.dispatcher.AccessDeniedException
ACCESS_DENIED, versionId
 
Constructor Summary
AccessDeniedException()
          Deprecated. Constructs an AccessDeniedException with the default detail message.
AccessDeniedException(String msg)
          Deprecated. Constructs an AccessDeniedException with the specified detail message.
 
Methods inherited from class com.arsdigita.dispatcher.AccessDeniedException
getOriginalURL
 
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

AccessDeniedException

public AccessDeniedException()
Deprecated. 
Constructs an AccessDeniedException with the default detail message.


AccessDeniedException

public AccessDeniedException(String msg)
Deprecated. 
Constructs an AccessDeniedException with the specified detail message.

Parameters:
msg - The error detail message


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC