Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends SecurityException
Failed to authenticate the driver to the server due to bad credentials provided. When this error happens, the error could be recovered by closing the current driver and restart a new driver with the correct credentials.
Since:
1.1
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String code, String message)
      Creates a new instance.
      Parameters:
      code - the code
      message - the message