Class AuthException

All Implemented Interfaces:
Serializable

public class AuthException extends JDBCException
A JDBCException indicating an authentication or authorization failure.
Since:
7.0
See Also:
  • Constructor Details

    • AuthException

      public AuthException(String message, SQLException root)
      Constructor for AuthException.
      Parameters:
      root - The underlying exception.
    • AuthException

      public AuthException(String message, SQLException root, String sql)
      Constructor for AuthException.
      Parameters:
      message - Optional message.
      root - The underlying exception.