Package io.deephaven.coreplus.jdbc
Class JdbcApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.coreplus.jdbc.JdbcApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcApiException(String message) JdbcApiException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JdbcApiException
- Parameters:
message- the exception message
-
JdbcApiException
- Parameters:
message- the exception messagecause- the cause of the exception
-