Package org.eclipse.jgit.errors
Class CancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.CancelledException
-
- All Implemented Interfaces:
Serializable
public class CancelledException extends IOException
Thrown when an operation was canceled- Since:
- 4.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelledException(String message)
Constructor for CancelledException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CancelledException
public CancelledException(String message)
Constructor for CancelledException- Parameters:
message
- error message
-
-