Class 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 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.