Class ChangeConflictException

All Implemented Interfaces:
Serializable

public class ChangeConflictException extends CentralDogmaException
A CentralDogmaException that is raised when attempted to push a commit which cannot be applied without a conflict.
See Also:
  • Constructor Details

    • ChangeConflictException

      public ChangeConflictException()
      Creates a new instance.
    • ChangeConflictException

      public ChangeConflictException(String message)
      Creates a new instance.
    • ChangeConflictException

      public ChangeConflictException(Throwable cause)
      Creates a new instance.
    • ChangeConflictException

      public ChangeConflictException(String message, Throwable cause)
      Creates a new instance.
    • ChangeConflictException

      public ChangeConflictException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable
    • ChangeConflictException

      protected ChangeConflictException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.