public class SVNCancelException extends SVNException
SVNException
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
SVNCancelException()
Creates a cancel exception.
|
SVNCancelException(SVNErrorMessage errorMessage)
Constructs an SVNCancelException given the
error message.
|
SVNCancelException(SVNErrorMessage errorMessage,
java.lang.Throwable cause) |
getErrorMessage, getMessage, isEnoent
private static final long serialVersionUID
public SVNCancelException()
public SVNCancelException(SVNErrorMessage errorMessage)
errorMessage
- an error message describing why the operation
was cancelledpublic SVNCancelException(SVNErrorMessage errorMessage, java.lang.Throwable cause)