PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException

  • The PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException is an exception thrown when an unsupported or unrecognized transport is encountered.

  • It has a public constructor that takes a String errorMessage.

  • This class inherits methods from java.lang.Throwable and java.lang.Object.

public static class PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException extends Exception

Exception thrown when an unsupported or unrecognized transport is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedPublicKeyCredTypeException (String errorMessage)