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
public class NotPermittedException extends RemoteException
Exception thrown when a user attempts to do something they're not allowed to do.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotPermittedException()
NotPermittedException(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
-
-