java.io.Serializablepublic class SVNAuthenticationException extends SVNException
SVNException,
Serialized Form| Constructor | Description |
|---|---|
SVNAuthenticationException(SVNErrorMessage errorMessage) |
Creates a new authentication exception given detailed error
information.
|
SVNAuthenticationException(SVNErrorMessage errorMessage,
java.lang.Throwable cause) |
Creates a new authentication exception given detailed error
information and the original cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetErrorMessage, getMessage, isEnoentpublic SVNAuthenticationException(SVNErrorMessage errorMessage, java.lang.Throwable cause)
errorMessage - an error messagecause - an original causepublic SVNAuthenticationException(SVNErrorMessage errorMessage)
errorMessage - an error message