Class CommitFailedException

  • All Implemented Interfaces:
    java.io.Serializable, CleanableFailure

    public class CommitFailedException
    extends java.lang.RuntimeException
    implements CleanableFailure
    Exception raised when a commit fails because of out of date metadata.
    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

      • CommitFailedException

        @FormatMethod
        public CommitFailedException​(java.lang.String message,
                                     java.lang.Object... args)
      • CommitFailedException

        @FormatMethod
        public CommitFailedException​(java.lang.Throwable cause,
                                     java.lang.String message,
                                     java.lang.Object... args)
      • CommitFailedException

        public CommitFailedException​(java.lang.Throwable cause)