public class EncryptedSocketHandshakeTimeoutException
extends java.io.IOException
| Constructor and Description |
|---|
EncryptedSocketHandshakeTimeoutException()
Constructs a EncryptedSocketHandshakeTimeoutException with no detail message.
|
EncryptedSocketHandshakeTimeoutException(java.lang.String s)
Constructs a EncryptedSocketHandshakeTimeoutException with the specified detail message.
|
EncryptedSocketHandshakeTimeoutException(java.lang.String message,
java.lang.Throwable cause)
Creates a EncryptedSocketHandshakeTimeoutException with the specified detail message and cause.
|
EncryptedSocketHandshakeTimeoutException(java.lang.Throwable cause)
Creates a EncryptedSocketHandshakeTimeoutException with the specified cause and a detail message of (cause==null ? null : cause.toString()).
|
public EncryptedSocketHandshakeTimeoutException()
public EncryptedSocketHandshakeTimeoutException(java.lang.String s)
s - the detail messagepublic EncryptedSocketHandshakeTimeoutException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknownpublic EncryptedSocketHandshakeTimeoutException(java.lang.Throwable cause)
cause - the cause. A null value is permitted, and indicates that the cause is nonexistent or unknown