Class SigningServiceException

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

public class SigningServiceException extends RuntimeException
Exception to be thrown if credentials signing does fail
Author:
Stefan Wiedemann
See Also:
  • Constructor Details

    • SigningServiceException

      public SigningServiceException(String message)
    • SigningServiceException

      public SigningServiceException(String message, Throwable cause)