Package javax.net.ssl
Class SSLKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- javax.net.ssl.SSLKeyException
-
- All Implemented Interfaces:
Serializable
public class SSLKeyException extends SSLException
The exception that is thrown when an invalid SSL key is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLKeyException(String reason)Creates a newSSLKeyExceptionwith 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
-
SSLKeyException
public SSLKeyException(String reason)
Creates a newSSLKeyExceptionwith the specified message.- Parameters:
reason- the detail message for the exception.
-
-