Class LoginException

All Implemented Interfaces:
Serializable

public class LoginException
extends GeneralSecurityException
Base class for exceptions that are thrown when a login error occurs.
See Also:
Serialized Form
  • Constructor Details

    • LoginException

      public LoginException()
      Creates a new exception instance and initializes it with default values.
    • LoginException

      public LoginException​(String message)
      Creates a new exception instance and initializes it with a given message.
      Parameters:
      message - the error message