org.tmatesoft.svn.core
public class SVNAuthenticationException extends SVNException
Version: 1.1.1
See Also: SVNException
| Constructor Summary | |
|---|---|
| SVNAuthenticationException(SVNErrorMessage errorMessage, Throwable cause)
Creates a new authentication exception given detailed error
information and the original cause.
| |
| SVNAuthenticationException(SVNErrorMessage errorMessage)
Creates a new authentication exception given detailed error
information.
| |
Parameters: errorMessage an error message cause an original cause
Parameters: errorMessage an error message