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
public class XsrfCheckException extends RuntimeException
Exception thrown whenever XSRF token validation fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XsrfCheckException(@NotNull String message, @NotNull String errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getErrorCode()
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
-
-
-
-
Method Detail
-
getErrorCode
@NotNull public @NotNull String getErrorCode()
Error code which should provide additional information about what has failed during the token validation.
-
-