Class ForceRollbackForWriteSkipException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForceRollbackForWriteSkipException
    extends java.lang.RuntimeException
    Fatal exception to be thrown when a rollback must be forced, typically after catching an exception that otherwise would not cause a rollback.
    Author:
    Dave Syer
    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

      • ForceRollbackForWriteSkipException

        public ForceRollbackForWriteSkipException​(java.lang.String msg,
                                                  java.lang.Throwable cause)