JavaSVN Home

org.tmatesoft.svn.core
Class SVNAuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tmatesoft.svn.core.SVNException
              extended byorg.tmatesoft.svn.core.SVNAuthenticationException
All Implemented Interfaces:
Serializable

public class SVNAuthenticationException
extends SVNException

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.

Version:
1.0
Author:
TMate Software Ltd.
See Also:
SVNException, Serialized Form

Constructor Summary
SVNAuthenticationException(SVNErrorMessage errorMessage)
           
SVNAuthenticationException(SVNErrorMessage errorMessage, Throwable cause)
           
 
Methods inherited from class org.tmatesoft.svn.core.SVNException
getErrorMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SVNAuthenticationException

public SVNAuthenticationException(SVNErrorMessage errorMessage,
                                  Throwable cause)

SVNAuthenticationException

public SVNAuthenticationException(SVNErrorMessage errorMessage)

JavaSVN Home

Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.