public class SVNClientException
extends java.lang.Exception
ISVNClientAdapter methods| Modifier and Type | Field and Description |
|---|---|
static int |
MERGE_CONFLICT |
static int |
NONE |
static java.lang.String |
OPERATION_INTERRUPTED |
static int |
UNSUPPORTED_FEATURE |
| Constructor and Description |
|---|
SVNClientException()
Constructs a new exception with
null as its detail message. |
SVNClientException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
SVNClientException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
SVNClientException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAprError() |
boolean |
operationInterrupted() |
void |
setAprError(int aprError) |
static SVNClientException |
wrapException(java.lang.Exception e)
Facorty method for creating a delegating/wrapping exception.
|
public static final int NONE
public static final int MERGE_CONFLICT
public static final int UNSUPPORTED_FEATURE
public static final java.lang.String OPERATION_INTERRUPTED
public SVNClientException()
null as its detail message.public SVNClientException(java.lang.String message)
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).public SVNClientException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public SVNClientException(java.lang.Throwable cause)
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public static SVNClientException wrapException(java.lang.Exception e)
e - exception to wrap SVNClientException aroundpublic int getAprError()
public void setAprError(int aprError)
public boolean operationInterrupted()