org.tmatesoft.svn.core

Class SVNCancelException

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:

Constructor Summary
SVNCancelException()
Creates a cancel exception.
SVNCancelException(SVNErrorMessage errorMessage)
Constructs an SVNCancelException given the error message.

Constructor Detail

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.