public class SSLProtocolException extends ProtocolException
Constructor and Description |
---|
SSLProtocolException() |
SSLProtocolException(LocaleMessage message) |
SSLProtocolException(LocaleMessage message,
Throwable cause) |
SSLProtocolException(Throwable cause) |
isIOException
getLocaleMessage, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SSLProtocolException()
public SSLProtocolException(LocaleMessage message)
message
- the detail messagepublic SSLProtocolException(LocaleMessage message, Throwable cause)
message
- the detail messagecause
- the causepublic SSLProtocolException(Throwable cause)
cause
- the cause