com.arsdigita.cms.dispatcher
Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.dispatcher.AccessDeniedException
com.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
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 |
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 21 2004:2352 UTC