com.arsdigita.dispatcher
Class AccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.dispatcher.AccessDeniedException
- All Implemented Interfaces:
- Serializable
- public class AccessDeniedException
- extends RuntimeException
AccessDeniedException is the runtime exception that is thrown
whenever the current user does not have access to the requested resources.
- Version:
- $Revision: #8 $ $DateTime: 2004/04/07 16:07:11 $
- Author:
- Michael Pih
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
versionId
public static final String versionId
- See Also:
- Constant Field Values
ACCESS_DENIED
public static final String ACCESS_DENIED
- See Also:
- Constant Field Values
AccessDeniedException
public AccessDeniedException()
- Constructs an AccessDeniedException with the default detail message.
AccessDeniedException
public AccessDeniedException(String msg)
- Constructs an AccessDeniedException with the specified detail message.
- Parameters:
msg
- The error detail message
getOriginalURL
public String getOriginalURL()
- Fetches the URL where the AccessDeniedException originated.
- Returns:
- The original URL
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC