Class SqlClientException

All Implemented Interfaces:
Serializable

public class SqlClientException extends RuntimeException
General exception for SQL client related errors.
See Also:
  • Constructor Details

    • SqlClientException

      public SqlClientException(String message)
    • SqlClientException

      public SqlClientException(String message, Throwable e)
    • SqlClientException

      public SqlClientException(Throwable e)