org.tigris.subversion.javahl

Class ClientException

public class ClientException extends Exception

Subversion client exception class. This exception is throw whenever something goes wrong in the jni-interface
Method Summary
intgetAprError()
Returns the APR error id.
StringgetSource()
Returns the error source.

Method Detail

getAprError

public int getAprError()
Returns the APR error id.

getSource

public String getSource()
Returns the error source.