Class UnsupportedCredentialItem

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.errors.UnsupportedCredentialItem
All Implemented Interfaces:
Serializable

public class UnsupportedCredentialItem extends RuntimeException
An exception thrown when a CredentialItem is requested from a CredentialsProvider which is not supported by this provider.
See Also:
  • Field Details

  • Constructor Details

    • UnsupportedCredentialItem

      public UnsupportedCredentialItem(URIish uri, String s)
      Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI.
      Parameters:
      uri - URI used for transport
      s - message