hudson.security
Class AccessDeniedException2
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AccessDeniedException
hudson.security.AccessDeniedException2
- All Implemented Interfaces:
- Serializable
public class AccessDeniedException2
- extends org.acegisecurity.AccessDeniedException
AccessDeniedException
with more information.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Field Summary |
org.acegisecurity.Authentication |
authentication
This object represents the user being authenticated. |
Permission |
permission
This object represents the permission that the user needed. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
authentication
public final org.acegisecurity.Authentication authentication
- This object represents the user being authenticated.
permission
public final Permission permission
- This object represents the permission that the user needed.
AccessDeniedException2
public AccessDeniedException2(org.acegisecurity.Authentication authentication,
Permission permission)
AccessDeniedException2
public AccessDeniedException2(Throwable t,
org.acegisecurity.Authentication authentication,
Permission permission)
Copyright © 2004-2013. All Rights Reserved.