Class AuthenticationFailedException

All Implemented Interfaces:
Serializable

public class AuthenticationFailedException extends RemoteException
Exception thrown when a login attempt fails
See Also:
  • Constructor Details

    • AuthenticationFailedException

      public AuthenticationFailedException()
    • AuthenticationFailedException

      public AuthenticationFailedException(String message)
    • AuthenticationFailedException

      public AuthenticationFailedException(Throwable cause)
    • AuthenticationFailedException

      public AuthenticationFailedException(String message, Throwable cause)