Package javax.net.ssl
Class SSLProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- javax.net.ssl.SSLProtocolException
-
- All Implemented Interfaces:
Serializable
public class SSLProtocolException extends SSLException
The exception that is thrown when an error in the operation of the SSL protocol is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLProtocolException(String reason)Creates a newSSLProtocolExceptionwith the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SSLProtocolException
public SSLProtocolException(String reason)
Creates a newSSLProtocolExceptionwith the specified message.- Parameters:
reason- the detail message for the exception.
-
-