Skip navigation links

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

E17274-03


oracle.stellent.ridc.protocol
Class ProtocolException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpProtocolException, SSLProtocolException

public class ProtocolException
extends IdcClientException

Errors in the protocol layer.

See Also:
Serialized Form

Constructor Summary
ProtocolException()
           
ProtocolException(LocaleMessage message)
           
ProtocolException(LocaleMessage message, java.lang.Throwable cause)
           
ProtocolException(java.lang.Throwable cause)
           

 

Method Summary
 boolean 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

ProtocolException

public ProtocolException()

ProtocolException

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

ProtocolException

public ProtocolException(LocaleMessage message,
                         java.lang.Throwable cause)
Parameters:
message - the detail message
cause - the cause

ProtocolException

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

Method Detail

isIOException

public boolean isIOException()
Returns:
true if this is an IO Exception wrapper

Skip navigation links

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

E17274-03


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