Class AuthenticationRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserBlockedException

public class AuthenticationRuntimeException extends UserException
Exception thrown authentication fails, can be explicitly caught when calling Core.login to deal with failed login attempts.
See Also:
  • Constructor Details

    • AuthenticationRuntimeException

      public AuthenticationRuntimeException(String message)