Class UnsupportedCredentialItem

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedCredentialItem
    extends java.lang.RuntimeException
    An exception thrown when a CredentialItem is requested from a CredentialsProvider 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • 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 transport
        s - message