Class JdbcApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.coreplus.jdbc.JdbcApiException
All Implemented Interfaces:
Serializable

public class JdbcApiException extends Exception
See Also:
  • Constructor Details

    • JdbcApiException

      public JdbcApiException(String message)
      Parameters:
      message - the exception message
    • JdbcApiException

      public JdbcApiException(String message, Throwable cause)
      Parameters:
      message - the exception message
      cause - the cause of the exception