Class NoChangesForPathException

All Implemented Interfaces:
Serializable

public class NoChangesForPathException extends ServiceLayerException
Exception thrown when there are no changes found in a commit for a given path.
See Also:
  • Constructor Details

    • NoChangesForPathException

      public NoChangesForPathException()
    • NoChangesForPathException

      public NoChangesForPathException(Throwable e)
    • NoChangesForPathException

      public NoChangesForPathException(String message)
    • NoChangesForPathException

      public NoChangesForPathException(String message, Exception e)