Package 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
-
-
Constructor Summary
Constructors Constructor Description UnableToRegisterRightException(RightDescription right, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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.
-
-