Package com.atlassian.bamboo.exception
Class XsrfCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.exception.XsrfCheckException
- All Implemented Interfaces:
Serializable
Exception thrown whenever XSRF token validation fails.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
Error code which should provide additional information about what has failed during the token validation.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XsrfCheckException
-
-
Method Details
-
getErrorCode
Error code which should provide additional information about what has failed during the token validation.
-