public class ClientException extends SubversionException
| Modifier and Type | Method and Description |
|---|---|
static ClientException |
fromException(Throwable t)
A conversion routine for maintaining backwards compatibility.
|
int |
getAprError() |
String |
getMessage() |
String |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ClientException fromException(Throwable t)
t - The exception to (potentially) convert.t coerced or converted into a
ClientException.public String getSource()
public int getAprError()
svn_error_t.public String getMessage()
getMessage in class Throwablesource and aprError appended (if any).Copyright © 2025. All rights reserved.