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

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.ServiceException

All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends IdcClientException

Exceptions that occur when processing service requests. Specifically, these are errors that are thrown from the Content Server.

See Also:
Serialized Form

Constructor Summary
ServiceException(DataBinder binder)
           
ServiceException(java.lang.Throwable cause, DataBinder binder)
           

 

Method Summary
 DataBinder getBinder()
           
 int getStatusCode()
           

 

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

ServiceException

public ServiceException(java.lang.Throwable cause,
                        DataBinder binder)
Parameters:
cause - the cause
binder - the data binder

ServiceException

public ServiceException(DataBinder binder)
Parameters:
binder - the data binder

Method Detail

getBinder

public DataBinder getBinder()
Returns:
the data binder which was returned from the Content Server

getStatusCode

public int getStatusCode()
Returns:
the Content Server status code

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.