org.tmatesoft.svn.core
Class SVNAuthenticationException
public class SVNAuthenticationException
An exception class that is used to signal about the fact that errors
occured exactly during an authentication try. Provides the same kind
of information as its base class does.
SVNAuthenticationException
public SVNAuthenticationException(SVNErrorMessage errorMessage)
Creates a new authentication exception given detailed error
information.
errorMessage - an error message
SVNAuthenticationException
public SVNAuthenticationException(SVNErrorMessage errorMessage,
Throwable cause) Creates a new authentication exception given detailed error
information and the original cause.
errorMessage - an error messagecause - an original cause
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.