Class RedundantChangeException

All Implemented Interfaces:
Serializable

public class RedundantChangeException extends CentralDogmaException
A CentralDogmaException that is raised when attempted to push a commit without effective changes.
See Also:
  • Constructor Details

    • RedundantChangeException

      public RedundantChangeException()
      Creates a new instance.
    • RedundantChangeException

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

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

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

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

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