Package org.tmatesoft.svn.core
Class SVNCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNCancelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SVNAuthenticationCancelledException
The SVNCancelException is used to signal about an operation
cancel event.
- Since:
- 1.2
- Version:
- 1.3
- Author:
- TMate Software Ltd.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a cancel exception.SVNCancelException
(SVNErrorMessage errorMessage) Constructs an SVNCancelException given the error message.SVNCancelException
(SVNErrorMessage errorMessage, Throwable cause) -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.SVNException
getErrorMessage, getMessage, isEnoent
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SVNCancelException
public SVNCancelException()Creates a cancel exception. -
SVNCancelException
Constructs an SVNCancelException given the error message.- Parameters:
errorMessage
- an error message describing why the operation was cancelled
-
SVNCancelException
-