java.io.Serializable
SVNAuthenticationException
, SVNCancelException
public class SVNException
extends java.lang.Exception
Constructor | 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 | 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() |
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()