Class MergeFilesException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public class MergeFilesException
    extends java.lang.Exception
    An exception thrown when merge files fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MergeFilesException​(java.lang.String message)
      Constructor.
    • 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

      • MergeFilesException

        public MergeFilesException​(java.lang.String message)
        Constructor.
        Parameters:
        message - The error message.