Package org.tigris.subversion.javahl
Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tigris.subversion.javahl.SubversionException
-
- org.tigris.subversion.javahl.ClientException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClientException extends SubversionException
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAprError()
java.lang.String
getMessage()
java.lang.String
getSource()
-