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

    • XsrfCheckException

      public XsrfCheckException(@NotNull @NotNull String message, @NotNull @NotNull String errorCode)
  • Method Details

    • getErrorCode

      @NotNull public @NotNull String getErrorCode()
      Error code which should provide additional information about what has failed during the token validation.