public class SSLContextCreateException extends Exception
| Constructor and Description |
|---|
SSLContextCreateException()
Constructs a new exception without the detail message.
|
SSLContextCreateException(String message)
Constructs a new exception with the specified detail message.
|
SSLContextCreateException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SSLContextCreateException(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, toStringpublic SSLContextCreateException()
public SSLContextCreateException(String message)
message - the detail message.public SSLContextCreateException(String message, Throwable cause)
message - the detail message.cause - the causepublic SSLContextCreateException(Throwable cause)
cause - the causeCopyright © 2017–2022 SNF4J.ORG. All rights reserved.