Package org.eclipse.jgit.errors
Class UnsupportedCredentialItem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jgit.errors.UnsupportedCredentialItem
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedCredentialItem extends java.lang.RuntimeException
An exception thrown when aCredentialItem
is requested from aCredentialsProvider
which is not supported by this provider.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCredentialItem(URIish uri, java.lang.String s)
Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI.
-
-
-
Constructor Detail
-
UnsupportedCredentialItem
public UnsupportedCredentialItem(URIish uri, java.lang.String s)
Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI.- Parameters:
uri
- URI used for transports
- message
-
-