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