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:
SVNException

Constructor Summary

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

Method Summary

Methods inherited from class org.tmatesoft.svn.core.SVNException

getErrorMessage, getMessage

Constructor Details

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-2006 TMate Software Ltd. All Rights Reserved.