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
public class WebSudoRequiredException extends NotPermittedException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSudoRequiredException()
WebSudoRequiredException(String message)
WebSudoRequiredException(String message, Throwable cause)
WebSudoRequiredException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-