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
- public class SVNCancelException
- extends SVNException
The SVNCancelException is used to signal about an operation
cancel event.
- Version:
- 1.1.1
- Author:
- TMate Software Ltd.
- See Also:
SVNException
,
Serialized Form
SVNCancelException
public SVNCancelException()
- Creates a cancel exception.
SVNCancelException
public SVNCancelException(SVNErrorMessage errorMessage)
- Constructs an SVNCancelException given the
error message.
- Parameters:
errorMessage
- an error message describing why the operation
was cancelled
Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.