Interface ErrorHandler
-
public interface ErrorHandler- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(CertificateValidationException e)
-
-
-
Method Detail
-
handle
void handle(CertificateValidationException e) throws FailedValidationException
- Throws:
FailedValidationException
-
-