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, toString
public 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 Throwable
source
and aprError
appended (if any).Copyright © 2024. All rights reserved.