Package org.tigris.subversion.javahl
Class SubversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tigris.subversion.javahl.SubversionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NativeException
public class SubversionException extends java.lang.Exception
This checked exception is thrown whenever something goes wrong with the Subversion JavaHL bindings.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protected
SubversionException(java.lang.String message)
This constructor is only used by sub-classes.(package private)
SubversionException(SubversionException ex)
This constructor is for backward compat.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SubversionException
protected SubversionException(java.lang.String message)
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.
-
-