Class CanceledException

All Implemented Interfaces:
Serializable

public class CanceledException extends GitAPIException
Exception thrown when an operation was canceled
See Also:
  • Field Details

  • Constructor Details

    • CanceledException

      public CanceledException(String message)

      Constructor for CanceledException.

      Parameters:
      message - a String object.