Package com.atlassian.confluence.rpc
Class WebSudoRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
com.atlassian.confluence.rpc.NotPermittedException
com.atlassian.confluence.rpc.WebSudoRequiredException
- All Implemented Interfaces:
Serializable
Exception thrown when a user needs a websudo session before a RPC method can be used.
This will never be thrown for any SOAP or XML-RPC callers. Other RPC protocol implementations such as JSON-RPC will need to handle this exception.
- Since:
- 7.7.3
- See Also:
-
Constructor Summary
ConstructorDescriptionWebSudoRequiredException
(String message) WebSudoRequiredException
(String message, 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
-
WebSudoRequiredException
public WebSudoRequiredException() -
WebSudoRequiredException
-
WebSudoRequiredException
-
WebSudoRequiredException
-