Package de.adorsys.sdjwt.exception
Class SdJwtVerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- de.adorsys.sdjwt.exception.SdJwtVerificationException
-
- All Implemented Interfaces:
Serializable
public class SdJwtVerificationException extends GeneralSecurityException
Exception indicating that the SD JWT verification failed- Author:
- Ingrid Kamga
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SdJwtVerificationException()SdJwtVerificationException(String msg)SdJwtVerificationException(String message, Throwable cause)SdJwtVerificationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-