Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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:
java.io.Serializable

public class SSLProtocolException
extends ProtocolException

Exceptions specific to SSL configuration and setup

See Also:
Serialized Form

Constructor Summary
SSLProtocolException()
           
SSLProtocolException(java.lang.String message)
           
SSLProtocolException(java.lang.String message, java.lang.Throwable cause)
           
SSLProtocolException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.stellent.ridc.protocol.ProtocolException
isIOException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(java.lang.String message)
Parameters:
message - the detail message

SSLProtocolException

public SSLProtocolException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message - the detail message
cause - the cause

SSLProtocolException

public SSLProtocolException(java.lang.Throwable cause)
Parameters:
cause - the cause

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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