Package org.voltdb
Class VoltCompoundProcedure.CompoundProcAbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.voltdb.VoltCompoundProcedure.CompoundProcAbortException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VoltCompoundProcedure
Thrown from a stored procedure to abort a VoltCompoundProcedure.
There is no rollback. The client will get a response with a status
code of ClientResponse.COMPOUND_PROC_USER_ABORT.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompoundProcAbortException
-
CompoundProcAbortException
-
CompoundProcAbortException
-