org.tigris.subversion.javahl
Class ClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tigris.subversion.javahl.ClientException
All Implemented Interfaces:
java.io.Serializable

public class ClientException
extends java.lang.Exception

Subversion client exception class. This exception is throw whenever something goes wrong in the jni-interface

See Also:
Serialized Form

Method Summary
 int getAprError()
          Returns the APR error id.
 java.lang.String getSource()
          Returns the error source.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSource

public java.lang.String getSource()
Returns the error source.


getAprError

public int getAprError()
Returns the APR error id.