public static class JdbcSqlExceptionFactory.JdbcAbortedException extends JdbcSqlExceptionFactory.JdbcSqlExceptionImpl
SQLException
that is thrown when a transaction was aborted and could not be
successfully retried.Modifier and Type | Method and Description |
---|---|
AbortedException |
getCause() |
getCode
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getErrorCode, getMessage, getSQLState
forEach, spliterator
public AbortedException getCause()
getCause
in interface JdbcSqlException
getCause
in class Throwable
Throwable.getCause()
Copyright © 2019 Google LLC. All rights reserved.