Class SVNAuthenticationException

  • All Implemented Interfaces:
    java.io.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.
    Since:
    1.2
    Version:
    1.3
    Author:
    TMate Software Ltd.
    See Also:
    SVNException, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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,
                                          java.lang.Throwable cause)
        Creates a new authentication exception given detailed error information and the original cause.
        Parameters:
        errorMessage - an error message
        cause - an original cause
      • SVNAuthenticationException

        public SVNAuthenticationException​(SVNErrorMessage errorMessage)
        Creates a new authentication exception given detailed error information.
        Parameters:
        errorMessage - an error message