org.springframework.data.jdbc.retry
Class JdbcRetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.jdbc.retry.JdbcRetryException
- All Implemented Interfaces:
- Serializable
public class JdbcRetryException
- extends RuntimeException
Exception indicating that a JDBC retry operation failed.
- Since:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JdbcRetryException
public JdbcRetryException(String string)