public class SSLExceptionHelper
extends Object
-
Method Summary
static boolean
static boolean
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
isNotSslRecordException
public static boolean isNotSslRecordException(Throwable e)
-
isCloseDuringHandshakeException
public static boolean isCloseDuringHandshakeException(Throwable e)
-
isReceivedCertificateUnknownException
public static boolean isReceivedCertificateUnknownException(Throwable e)
-
isInsufficientBufferRemainingException
public static boolean isInsufficientBufferRemainingException(Throwable e)