public final class SSLConfigFactoryException extends Exception
| Constructor and Description |
|---|
SSLConfigFactoryException()
Creates a new instance of
SSLConfigFactoryException without detail message. |
SSLConfigFactoryException(String msg)
Constructs an instance of
SSLConfigFactoryException with the specified detail message. |
SSLConfigFactoryException(String msg,
Throwable cause)
Constructs an instance of
SSLConfigFactoryException with the specified detail message and the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLConfigFactoryException()
SSLConfigFactoryException without detail message.public SSLConfigFactoryException(String msg)
SSLConfigFactoryException with the specified detail message.msg - the detail message.Copyright © 2012–2026 cismet GmbH. All rights reserved.