Class AuthException

All Implemented Interfaces:
Serializable

public class AuthException extends LoginException
See Also:
  • Constructor Details

    • AuthException

      public AuthException()
    • AuthException

      public AuthException(String msg)
    • AuthException

      public AuthException(String msg, Throwable cause)
      Construct an instance of AuthException.
      Parameters:
      msg - Exception message
      cause - The cause of the exception
      Since:
      Authentication 3.0
    • AuthException

      public AuthException(Throwable cause)
      Construct an instance of AuthException.
      Parameters:
      cause - The cause of the exception
      Since:
      Authentication 3.0