Class AuthenticationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.relism.flash.exceptions.HttpException
dev.relism.flash.ext.security.AuthenticationFailedException
All Implemented Interfaces:
Serializable

public final class AuthenticationFailedException extends dev.relism.flash.exceptions.HttpException
A credential was presented and rejected. Stackless: turning away forged tokens stays cheap.
See Also:
  • Constructor Details

    • AuthenticationFailedException

      public AuthenticationFailedException(String challenge)
      Parameters:
      challenge - the WWW-Authenticate value to answer with, or null
  • Method Details