Class IsSslHandshakeException

public class IsSslHandshakeException implements Predicate<Throwable>

Inheritance

java.lang.Object > IsSslHandshakeException

Implements

com.google.common.base.Predicate<java.lang.Throwable>

Constructors

IsSslHandshakeException()

public IsSslHandshakeException()

Methods

apply(Throwable input)

public boolean apply(Throwable input)
Parameter
NameDescription
inputThrowable
Returns
TypeDescription
boolean