Class CheckoutConflictException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CheckoutConflictException
    extends java.io.IOException
    Exception thrown if a conflict occurs during a merge checkout.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckoutConflictException​(java.lang.String file)
      Construct a CheckoutConflictException for the specified file
      CheckoutConflictException​(java.lang.String[] files)
      Construct a CheckoutConflictException for the specified set of files
    • 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

      • CheckoutConflictException

        public CheckoutConflictException​(java.lang.String file)
        Construct a CheckoutConflictException for the specified file
        Parameters:
        file -
      • CheckoutConflictException

        public CheckoutConflictException​(java.lang.String[] files)
        Construct a CheckoutConflictException for the specified set of files
        Parameters:
        files -