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 SummaryConstructorsConstructorDescriptionNotPermittedException(String message) NotPermittedException(String message, Throwable cause) NotPermittedException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotPermittedExceptionpublic NotPermittedException()
- 
NotPermittedException
- 
NotPermittedException
- 
NotPermittedException
 
-