Page Summary
-
The
PublicKeyCredentialType.UnsupportedPublicKeyCredTypeExceptionis 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.Throwableandjava.lang.Object.
Exception thrown when an unsupported or unrecognized transport is encountered.
Public Constructor Summary
|
UnsupportedPublicKeyCredTypeException(String
errorMessage)
Constructor for the
PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException.
|
Inherited Method Summary
Public Constructors
public UnsupportedPublicKeyCredTypeException (String errorMessage)
Constructor for the
PublicKeyCredentialType.UnsupportedPublicKeyCredTypeException.