Package com.firebolt.jdbc.exception
Class FireboltException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.firebolt.jdbc.exception.FireboltException
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFireboltException(String message) FireboltException(String message, int httpStatusCode, SQLState state) FireboltException(String message, ExceptionType type) FireboltException(String message, Integer httpStatusCode) FireboltException(String message, Integer httpStatusCode, String errorMessageFromServer) FireboltException(String message, Integer httpStatusCode, String errorMessageFromServer, SQLState state) FireboltException(String message, Integer httpStatusCode, Throwable cause) FireboltException(String message, Throwable cause) FireboltException(String message, Throwable cause, ExceptionType type) FireboltException(String message, Throwable cause, ExceptionType type, SQLState state) FireboltException(String message, Throwable cause, SQLState state) -
Method Summary
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-
FireboltException
-