| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | javax.net.ssl.SSLException | |||
Known Direct Subclasses
|
The base class for all SSL related exceptions.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
SSLException with the specified reason.
| |||||||||||
Creates a new
SSLException with the specified message and cause.
| |||||||||||
Creates a new
SSLException with the specified cause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new SSLException with the specified reason.
| reason | the reason for the exception. |
|---|
Creates a new SSLException with the specified message and cause.
| message | the detail message for the exception. |
|---|---|
| cause | the cause. |
Creates a new SSLException with the specified cause.
| cause | the cause |
|---|