Module java.base
Package javax.net.ssl

Class SSLException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SSLHandshakeException, SSLKeyException, SSLPeerUnverifiedException, SSLProtocolException

public class SSLException extends IOException
Indicates some kind of error detected by an SSL subsystem. This class is the general class of exceptions produced by failed SSL-related operations.
Since:
1.4
See Also: