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:
Serializable
An exception thrown when a
CredentialItem
is requested from a CredentialsProvider
which is not supported by this provider.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedCredentialItem
(URIish uri, String s) Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnsupportedCredentialItem
Constructs an UnsupportedCredentialItem with the specified detail message prefixed with provided URI.- Parameters:
uri
- URI used for transports
- message
-