public class SSLRuntimeException extends RuntimeException
| Constructor and Description |
|---|
SSLRuntimeException(SSLException cause)
Constructs a new SSL runtime exception with the specified cause (as
SSLException). |
SSLRuntimeException(String message,
SSLException cause)
Constructs a new SSL runtime exception with the specified detail message and
cause (as
SSLException). |
| Modifier and Type | Method and Description |
|---|---|
SSLException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLRuntimeException(String message, SSLException cause)
SSLException).message - the detail message (which is saved for later retrieval by the
Throwable.getMessage() method).cause - the cause as SSLExceptionpublic SSLRuntimeException(SSLException cause)
SSLException).cause - the cause as SSLExceptionpublic SSLException getCause()
Copyright © 2020. All rights reserved.