Class FailedCertValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- no.difi.certvalidator.api.CertificateValidationException
-
- no.difi.certvalidator.api.FailedValidationException
-
- de.adorsys.psd2.validator.certificate.FailedCertValidationException
-
- All Implemented Interfaces:
Serializable
public class FailedCertValidationException extends no.difi.certvalidator.api.FailedValidationException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedCertValidationException(String message)FailedCertValidationException(String code, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()voidsetCode(String code)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-