Class WriteAbortedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.transport.WriteAbortedException
All Implemented Interfaces:
Serializable

public class WriteAbortedException extends IOException
An exception to be thrown when the write operation is aborted.

That can be thrown inside ObjectCountCallback.setObjectCount(long).

Since:
4.1
See Also:
  • Field Details

  • Constructor Details

    • WriteAbortedException

      public WriteAbortedException()
      Construct a WriteAbortedException.
    • WriteAbortedException

      public WriteAbortedException(String s)
      Construct a WriteAbortedException.
      Parameters:
      s - message describing the issue
    • WriteAbortedException

      public WriteAbortedException(String s, Throwable why)
      Construct a WriteAbortedException.
      Parameters:
      s - message describing the issue
      why - a lower level implementation specific issue.