Class BGAuthenticationException

All Implemented Interfaces:
Serializable

public class BGAuthenticationException extends BGException
See Also:
  • Constructor Details

    • BGAuthenticationException

      public BGAuthenticationException()
    • BGAuthenticationException

      public BGAuthenticationException(String message)
    • BGAuthenticationException

      public BGAuthenticationException(Throwable cause)
    • BGAuthenticationException

      public BGAuthenticationException(String message, Throwable cause)
    • BGAuthenticationException

      public BGAuthenticationException(AuthenticationStatus authenticationStatus)
    • BGAuthenticationException

      public BGAuthenticationException(LinkedHashMap<String,AuthenticationResult> reports)
  • Method Details