Class SelfAttestationProhibitedException

All Implemented Interfaces:
Serializable

public class SelfAttestationProhibitedException extends VerificationException
Thrown if self attestation is specified while prohibited
See Also:
  • Constructor Details

    • SelfAttestationProhibitedException

      public SelfAttestationProhibitedException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause)
    • SelfAttestationProhibitedException

      public SelfAttestationProhibitedException(@Nullable @Nullable String message)
    • SelfAttestationProhibitedException

      public SelfAttestationProhibitedException(@Nullable @Nullable Throwable cause)