Class SubversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    SubversionException(java.lang.String message)
    This constructor is only used by sub-classes.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SubversionException

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