Package io.vertx.sqlclient
Class TransactionRollbackException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- io.vertx.core.VertxException
- 
- io.vertx.sqlclient.TransactionRollbackException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class TransactionRollbackException extends VertxException Failure reported to theTransaction.completion()future when the database server reports the current transaction is failed.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static TransactionRollbackExceptionINSTANCE
 - 
Method Summary- 
Methods inherited from class io.vertx.core.VertxExceptionnoStackTrace, noStackTrace, noStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static TransactionRollbackException INSTANCE 
 
- 
 
-