Package com.atlassian.sal.api.websudo
Class WebSudoSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.sal.api.websudo.WebSudoSessionException
- All Implemented Interfaces:
Serializable
Thrown if there is a problem with the WebSudo session (missing or expired) for a request that requires WebSudo.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebSudoSessionException(String message) WebSudoSessionException(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
-
WebSudoSessionException
public WebSudoSessionException() -
WebSudoSessionException
-
WebSudoSessionException
-