public class SslConfigurationException extends RuntimeException
| Constructor and Description | 
|---|
| SslConfigurationException(String message) | 
| SslConfigurationException(String message,
                         Throwable cause) | 
| SslConfigurationException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SslConfigurationException(String message)
message - The messagepublic SslConfigurationException(String message, Throwable cause)
message - The messagecause - The throwablepublic SslConfigurationException(Throwable cause)
cause - The throwable