Class InsufficientPrivilegesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.rendering.macro.wikibridge.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 Summary
Constructors Constructor Description InsufficientPrivilegesException(String message)
Builds a newInsufficientPrivilegesException
with the given error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InsufficientPrivilegesException
public InsufficientPrivilegesException(String message)
Builds a newInsufficientPrivilegesException
with the given error message.- Parameters:
message
- error messge.
-
-