|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.tmatesoft.svn.core.SVNException org.tmatesoft.svn.core.SVNCancelException
public class SVNCancelException
The SVNCancelException is used to signal about an operation cancel event.
SVNException
,
Serialized FormConstructor 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, isEnoent |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SVNCancelException()
public SVNCancelException(SVNErrorMessage errorMessage)
errorMessage
- an error message describing why the operation
was cancelled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |