Package com.atlassian.confluence.rpc
Class NotPermittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
com.atlassian.confluence.rpc.NotPermittedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WebSudoRequiredException
Exception thrown when a user attempts to do something they're not allowed to do.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotPermittedException
(String message) NotPermittedException
(String message, Throwable cause) NotPermittedException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotPermittedException
public NotPermittedException() -
NotPermittedException
-
NotPermittedException
-
NotPermittedException
-