Class SubversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.subversion.javahl.SubversionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NativeException

public class SubversionException extends Exception
This checked exception is thrown whenever something goes wrong with the Subversion JavaHL bindings.
See Also:
  • Field Details

  • Constructor Details

    • SubversionException

      protected SubversionException(String message)
      This constructor is only used by sub-classes.
      Parameters:
      message - A description of the problem.