Class InsufficientPrivilegesException

  • All Implemented Interfaces:
    Serializable

    public class InsufficientPrivilegesException
    extends Exception
    Indicate that a Wiki Macro operation is refused because of insufficient user privileges. This is for example thrown when a trying to register a macro of global visibility and with a macro document not saved with programming right.
    Since:
    2.5M1
    Version:
    $Id: 2001193319ce677918d527f957e54789c5beb7ca $
    See Also:
    Serialized Form
    • Constructor Detail

      • InsufficientPrivilegesException

        public InsufficientPrivilegesException​(String message)
        Builds a new InsufficientPrivilegesException with the given error message.
        Parameters:
        message - error messge.