java.io.SerializableSVNAuthenticationCancelledExceptionpublic class SVNCancelException extends SVNException
SVNException,
Serialized Form| Constructor | Description |
|---|---|
SVNCancelException() |
Creates a cancel exception.
|
SVNCancelException(SVNErrorMessage errorMessage) |
Constructs an SVNCancelException given the
error message.
|
SVNCancelException(SVNErrorMessage errorMessage,
java.lang.Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetErrorMessage, getMessage, isEnoentpublic SVNCancelException()
public SVNCancelException(SVNErrorMessage errorMessage)
errorMessage - an error message describing why the operation
was cancelledpublic SVNCancelException(SVNErrorMessage errorMessage, java.lang.Throwable cause)