|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xwiki.rendering.macro.wikibridge.InsufficientPrivilegesException
public class InsufficientPrivilegesException
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.
| Constructor Summary | |
|---|---|
InsufficientPrivilegesException(java.lang.String message)
Builds a new InsufficientPrivilegesException with the given error message. |
|
| 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 |
|---|
public InsufficientPrivilegesException(java.lang.String message)
InsufficientPrivilegesException with the given error message.
message - error messge.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||