class NativeException extends SubversionException
Modifier and Type | Field and Description |
---|---|
private int |
aprError
Any associated APR error code for a wrapped
svn_error_t . |
private static long |
serialVersionUID |
private java.lang.String |
source
Any associated error source (e.g.
|
Constructor and Description |
---|
NativeException(java.lang.String message,
java.lang.String source,
int aprError)
This constructor is only used by the native library.
|
Modifier and Type | Method and Description |
---|---|
int |
getAprError() |
java.lang.String |
getMessage() |
java.lang.String |
getSource() |
private static final long serialVersionUID
private java.lang.String source
svn_error_t
.private int aprError
svn_error_t
.NativeException(java.lang.String message, java.lang.String source, int aprError)
message
- A description of the problem.source
- The error's source.aprError
- Any associated APR error code for a wrapped
svn_error_t
.