Class SSLProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.stellent.ridc.IdcClientException
oracle.stellent.ridc.protocol.ProtocolException
oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException
- All Implemented Interfaces:
Serializable
Exceptions specific to SSL configuration and setup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSSLProtocolException
(Throwable cause) SSLProtocolException
(LocaleMessage message) SSLProtocolException
(LocaleMessage message, Throwable cause) -
Method Summary
Methods inherited from class oracle.stellent.ridc.protocol.ProtocolException
isIOException
Methods inherited from class oracle.stellent.ridc.IdcClientException
getLocaleMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSLProtocolException
public SSLProtocolException() -
SSLProtocolException
- Parameters:
message
- the detail message
-
SSLProtocolException
- Parameters:
message
- the detail messagecause
- the cause
-
SSLProtocolException
- Parameters:
cause
- the cause
-