org.xwiki.security.authorization
Class UnableToRegisterRightException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.security.authorization.AuthorizationException
org.xwiki.security.authorization.UnableToRegisterRightException
- All Implemented Interfaces:
- Serializable
public class UnableToRegisterRightException
- extends AuthorizationException
Raised when the authorization manager fails to register a new right for any reason.
- Since:
- 4.0M2
- Version:
- $Id: 49b274b9ee0d4e85fe6ac8023751e7872e694fd7 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnableToRegisterRightException
public UnableToRegisterRightException(RightDescription right,
Throwable t)
- Parameters:
right - The right description of the right that fail to register.t - A throwable of the detailed exception.
Copyright © 2004–2014 XWiki. All rights reserved.