AttestationConveyancePreference.UnsupportedAttestationConveyancePreferenceException

  • 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.

public static class AttestationConveyancePreference.UnsupportedAttestationConveyancePreferenceException extends Exception

Exception thrown when an unsupported or unrecognized attestation conveyance preference is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedAttestationConveyancePreferenceException (String preference)