public class SubversionException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
protected |
SubversionException(java.lang.String message)
This constructor is only used by sub-classes.
|
protected |
SubversionException(java.lang.String message,
java.lang.Throwable cause)
This constructor is only used by sub-classes and the native
implementation.
|
protected SubversionException(java.lang.String message)
message - A description of the problem.protected SubversionException(java.lang.String message,
java.lang.Throwable cause)
message - A description of the problem.cause - The root cause of the exception.