public class SVNException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private SVNErrorMessage |
myErrorMessage |
private static long |
serialVersionUID |
Constructor and Description |
---|
SVNException(SVNErrorMessage errorMessage)
Creates an exception given an error message.
|
SVNException(SVNErrorMessage errorMessage,
java.lang.Throwable cause)
Creates an exception given an error message and the cause exception.
|
Modifier and Type | Method and Description |
---|---|
SVNErrorMessage |
getErrorMessage()
Returns an error message provided to this exception object.
|
java.lang.String |
getMessage()
Returns the informational message describing the cause
of this exception.
|
boolean |
isEnoent() |
private static final long serialVersionUID
private SVNErrorMessage myErrorMessage
public SVNException(SVNErrorMessage errorMessage)
errorMessage
- an error messagepublic SVNException(SVNErrorMessage errorMessage, java.lang.Throwable cause)
errorMessage
- an error messagecause
- the real cause of the errorpublic SVNErrorMessage getErrorMessage()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public boolean isEnoent()