oracle.stellent.ridc
Class IdcClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.stellent.ridc.IdcClientException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, ProtocolException, ServiceException

public class IdcClientException
extends java.lang.Exception

Base exception for all IDC client errors

See Also:
Serialized Form

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

IdcClientException

public IdcClientException()

IdcClientException

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

IdcClientException

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

IdcClientException

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


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