Package org.tigris.subversion.javahl
Class SubversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tigris.subversion.javahl.SubversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NativeException
This checked exception is thrown whenever something goes wrong with
the Subversion JavaHL bindings.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SubversionException
(String message) This constructor is only used by sub-classes.(package private)
This constructor is for backward compat. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SubversionException
This constructor is only used by sub-classes.- Parameters:
message
- A description of the problem.
-
SubversionException
SubversionException(SubversionException ex) This constructor is for backward compat.
-