Class AuthenticationException

All Implemented Interfaces:
Serializable

public final class AuthenticationException extends MinFraudException
This exception is thrown when there is an error authenticating.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
      Parameters:
      message - A message explaining the cause of the error.
    • AuthenticationException

      public AuthenticationException(String message, Throwable e)
      Parameters:
      message - A message explaining the cause of the error.
      e - The cause of the exception.