public class SSLEngineCreateException extends Exception
Constructor and Description |
---|
SSLEngineCreateException()
Constructs a new exception without the detail message.
|
SSLEngineCreateException(String message)
Constructs a new exception with the specified detail message.
|
SSLEngineCreateException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SSLEngineCreateException(Throwable cause)
Constructs a new exception with the specified cause and a detail message
of (cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SSLEngineCreateException()
public SSLEngineCreateException(String message)
message
- the detail message.public SSLEngineCreateException(String message, Throwable cause)
message
- the detail message.cause
- the causepublic SSLEngineCreateException(Throwable cause)
cause
- the causeCopyright © 2017–2021 SNF4J.ORG. All rights reserved.