public class SSLKeyException extends SSLException
| Constructor and Description |
|---|
SSLKeyException(String reason)
Creates a new
SSLKeyException with the specified message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLKeyException(String reason)
SSLKeyException with the specified message.reason - the detail message for the exception.