Class SVNCancelException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Constructor Detail

      • SVNCancelException

        public SVNCancelException()
        Creates a cancel exception.
      • SVNCancelException

        public SVNCancelException​(SVNErrorMessage errorMessage)
        Constructs an SVNCancelException given the error message.
        Parameters:
        errorMessage - an error message describing why the operation was cancelled
      • SVNCancelException

        public SVNCancelException​(SVNErrorMessage errorMessage,
                                  java.lang.Throwable cause)