Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


oracle.stellent.ridc.protocol.intradoc.socket
Class SSLProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.stellent.ridc.IdcClientException
              extended by oracle.stellent.ridc.protocol.ProtocolException
                  extended by oracle.stellent.ridc.protocol.intradoc.socket.SSLProtocolException

All Implemented Interfaces:
Serializable

public class SSLProtocolException
extends ProtocolException

Exceptions specific to SSL configuration and setup

See Also:
Serialized Form

Constructor Summary
SSLProtocolException()
           
SSLProtocolException(LocaleMessage message)
           
SSLProtocolException(LocaleMessage message, Throwable cause)
           
SSLProtocolException(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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SSLProtocolException

public SSLProtocolException()

SSLProtocolException

public SSLProtocolException(LocaleMessage message)
Parameters:
message - the detail message

SSLProtocolException

public SSLProtocolException(LocaleMessage message,
                            Throwable cause)
Parameters:
message - the detail message
cause - the cause

SSLProtocolException

public SSLProtocolException(Throwable cause)
Parameters:
cause - the cause

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.