Class AuthException

All Implemented Interfaces:
Serializable

public class AuthException
extends LoginException
A generic authentication exception.
See Also:
Serialized Form
  • Constructor Details

    • AuthException

      public AuthException()
      Constructs an AuthException with no detail message. A detail message is a String that describes this particular exception.
    • AuthException

      public AuthException​(String msg)
      Constructs an AuthException with the specified detail message. A detail message is a String that describes this particular exception.
      Parameters:
      msg - The detail message.