Class 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:
  • Constructor Details

    • WebSudoRequiredException

      public WebSudoRequiredException()
    • WebSudoRequiredException

      public WebSudoRequiredException(String message)
    • WebSudoRequiredException

      public WebSudoRequiredException(Throwable cause)
    • WebSudoRequiredException

      public WebSudoRequiredException(String message, Throwable cause)