org.xwiki.security.authorization
Class UnableToRegisterRightException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.security.authorization.AuthorizationException
              extended by 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
UnableToRegisterRightException(RightDescription right, Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.


Copyright © 2004–2014 XWiki. All rights reserved.