Class CredentialOfferException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.protocol.oid4vc.issuance.CredentialOfferException
All Implemented Interfaces:
Serializable

public class CredentialOfferException extends RuntimeException
See Also:
  • Constructor Details

    • CredentialOfferException

      public CredentialOfferException(String errorType, String message)
    • CredentialOfferException

      public CredentialOfferException(String errorType, String message, Throwable cause)
  • Method Details

    • getErrorType

      public String getErrorType()