Class SVNClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tigris.subversion.svnclientadapter.SVNClientException
All Implemented Interfaces:
Serializable

public class SVNClientException extends Exception
A generic exception thrown from any ISVNClientAdapter methods
Author:
philip schatz
See Also:
  • Field Details

  • Constructor Details

    • SVNClientException

      public SVNClientException()
      Constructs a new exception with null as its detail message.
    • SVNClientException

      public SVNClientException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
    • SVNClientException

      public SVNClientException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • SVNClientException

      public SVNClientException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
  • Method Details

    • wrapException

      public static SVNClientException wrapException(Exception e)
      Facorty method for creating a delegating/wrapping exception.
      Parameters:
      e - exception to wrap SVNClientException around
      Returns:
      an SVNClientException instance
    • getAprError

      public int getAprError()
    • setAprError

      public void setAprError(int aprError)
    • operationInterrupted

      public boolean operationInterrupted()