Class AbortedAsRequestedNoRollback

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    @Internal
    public class AbortedAsRequestedNoRollback
    extends java.lang.RuntimeException
    Deprecated.
    Used only in testing: force the txn to abort, but don't rollback, and don't retry.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbortedAsRequestedNoRollback

        public AbortedAsRequestedNoRollback()
        Deprecated.
      • AbortedAsRequestedNoRollback

        public AbortedAsRequestedNoRollback​(java.lang.String msg)
        Deprecated.