public class SSLConnectionException extends OpenDsException
| Constructor and Description |
|---|
SSLConnectionException(LocalizableMessage message)
Creates a new exception with the provided message.
|
SSLConnectionException(LocalizableMessage message,
Throwable cause)
Creates a new exception with the provided message and
underlying cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSLConnectionException(LocalizableMessage message)
message - The message to use for this exception.public SSLConnectionException(LocalizableMessage message, Throwable cause)
message - The message to use for this exception.cause - The underlying cause that triggered this
exception.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.