public class ClientException extends SubversionException
Modifier and Type | Method and Description |
---|---|
static ClientException |
fromException(java.lang.Throwable t)
A conversion routine for maintaining backwards compatibility.
|
int |
getAprError() |
java.lang.String |
getMessage() |
java.lang.String |
getSource() |
public static ClientException fromException(java.lang.Throwable t)
t
- The exception to (potentially) convert.t
coerced or converted into a
ClientException
.public java.lang.String getSource()
public int getAprError()
svn_error_t
.Copyright © 2020. All rights reserved.