org.tmatesoft.svn.core
public class SVNException extends Exception
Version: 1.1.1
| Constructor Summary | |
|---|---|
| SVNException(SVNErrorMessage errorMessage)
Creates an exception given an error message.
| |
| SVNException(SVNErrorMessage errorMessage, Throwable cause)
Creates an exception given an error message and the cause exception.
| |
| Method Summary | |
|---|---|
| SVNErrorMessage | getErrorMessage()
Returns an error message provided to this exception object.
|
| String | getMessage()
Returns the informational message describing the cause
of this exception.
|
Parameters: errorMessage an error message
Parameters: errorMessage an error message cause the real cause of the error
Returns: an error message that contains details on the error
Returns: an informational message