org.apache.subversion.javahl
Class SVNUtil.CredentialTypeMismatch

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.subversion.javahl.SubversionException
              extended by org.apache.subversion.javahl.SVNUtil.CredentialTypeMismatch
All Implemented Interfaces:
Serializable
Enclosing class:
SVNUtil

public static class SVNUtil.CredentialTypeMismatch
extends SubversionException

Exception used by calling the wrong accessor on Credential for the given credential type.

See Also:
Serialized Form

Constructor Summary
SVNUtil.CredentialTypeMismatch(SVNUtil.Credential.Kind kind, String attribute)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

SVNUtil.CredentialTypeMismatch

public SVNUtil.CredentialTypeMismatch(SVNUtil.Credential.Kind kind,
                                      String attribute)