Class CommitFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommitFailedException
    extends java.lang.RuntimeException
    Exception raised when a commit fails because of out of date metadata.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CommitFailedException​(java.lang.String message, java.lang.Object... args)  
      CommitFailedException​(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)  
    • 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)