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(java.lang.String message)
           
ProtocolException(java.lang.String message, java.lang.Throwable cause)
           
ProtocolException(java.lang.Throwable cause)
           
 
Method Summary
 boolean 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

ProtocolException

public ProtocolException()

ProtocolException

public ProtocolException(java.lang.String message)
Parameters:
message - the detail message

ProtocolException

public ProtocolException(java.lang.String 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


Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.