Class SVNCancelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SVNAuthenticationCancelledException

public class SVNCancelException extends SVNException
The SVNCancelException is used to signal about an operation cancel event.
Since:
1.2
Version:
1.3
Author:
TMate Software Ltd.
See Also:
  • Constructor Details

    • 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, Throwable cause)