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.RuntimeExceptionAn exception thrown when aCredentialItemis requested from aCredentialsProviderwhich is not supported by this provider.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description UnsupportedCredentialItem(URIish uri, java.lang.String s)Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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
-
-