public class SVNException extends Exception
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
SVNErrorMessage |
getErrorMessage()
Returns an error message provided to this exception object.
|
String |
getMessage()
Returns the informational message describing the cause
of this exception.
|
boolean |
isEnoent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SVNException(SVNErrorMessage errorMessage)
errorMessage
- an error messagepublic SVNException(SVNErrorMessage errorMessage, Throwable cause)
errorMessage
- an error messagecause
- the real cause of the errorpublic SVNErrorMessage getErrorMessage()
public String getMessage()
getMessage
in class Throwable
public boolean isEnoent()
Copyright © 2019. All rights reserved.