- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriteAbortedException()Construct aWriteAbortedException.WriteAbortedException(String s)Construct aWriteAbortedException.WriteAbortedException(String s, Throwable why)Construct aWriteAbortedException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WriteAbortedException
public WriteAbortedException()
Construct aWriteAbortedException.
-
WriteAbortedException
public WriteAbortedException(String s)
Construct aWriteAbortedException.- Parameters:
s- message describing the issue
-
-