Page Summary
-
UnsupportedAttestationConveyancePreferenceException is an Exception class thrown when an unsupported or unrecognized attestation conveyance preference is encountered.
-
It has a public constructor that takes a String argument representing the unsupported preference.
-
This class inherits methods from java.lang.Throwable and java.lang.Object.
Exception thrown when an unsupported or unrecognized attestation conveyance preference is encountered.
Public Constructor Summary
|
UnsupportedAttestationConveyancePreferenceException(String preference)
Constructor for the
AttestationConveyancePreference.UnsupportedAttestationConveyancePreferenceException.
|
Inherited Method Summary
Public Constructors
public UnsupportedAttestationConveyancePreferenceException (String preference)
Constructor for the
AttestationConveyancePreference.UnsupportedAttestationConveyancePreferenceException.