public class SVNAuthenticationException extends SVNException
SVNException
,
Serialized FormConstructor and Description |
---|
SVNAuthenticationException(SVNErrorMessage errorMessage)
Creates a new authentication exception given detailed error
information.
|
SVNAuthenticationException(SVNErrorMessage errorMessage,
Throwable cause)
Creates a new authentication exception given detailed error
information and the original cause.
|
getErrorMessage, getMessage, isEnoent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SVNAuthenticationException(SVNErrorMessage errorMessage, Throwable cause)
errorMessage
- an error messagecause
- an original causepublic SVNAuthenticationException(SVNErrorMessage errorMessage)
errorMessage
- an error messageCopyright © 2018. All rights reserved.