Class AuthenticationRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserBlockedException

public class AuthenticationRuntimeException extends UserException
This exception is thrown when authentication fails.

It can be explicitly caught when calling Core.login(java.util.Map<java.lang.String, ? extends java.lang.Object>) to deal with failed login attempts.

See Also:
  • Constructor Details

    • AuthenticationRuntimeException

      public AuthenticationRuntimeException(String message)
      Creates an exception with the specified message.
      Parameters:
      message - the exception message