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
Class IdcClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.stellent.ridc.IdcClientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, IdcFilterException, ProtocolException, ServiceException

public class IdcClientException
extends Exception

Base exception for all IDC client errors

See Also:
Serialized Form

Constructor Summary
IdcClientException()
           
IdcClientException(LocaleMessage message)
           
IdcClientException(LocaleMessage message, Throwable cause)
           
IdcClientException(String message)
           
IdcClientException(String message, Throwable cause)
           
IdcClientException(Throwable cause)
           

 

Method Summary
 LocaleMessage getLocaleMessage()
           
 String 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

IdcClientException

public IdcClientException()

IdcClientException

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

IdcClientException

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

IdcClientException

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

IdcClientException

public IdcClientException(LocaleMessage message)
Parameters:
message - the detail message.

IdcClientException

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

Method Detail

getLocaleMessage

public LocaleMessage getLocaleMessage()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

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.