Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo
Class XDOIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.apps.xdo.XDOException
              extended by oracle.apps.xdo.XDOIOException

All Implemented Interfaces:
java.io.Serializable

public class XDOIOException
extends XDOException
Author:
hinami
See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Constructor Summary
XDOIOException()
           
XDOIOException(java.lang.String s)
          Constructs an Exception with the specified detail message.
XDOIOException(java.lang.Throwable e)
          Constructs an Exception with the cause Throwable object.

 

Method Summary

 

Methods inherited from class oracle.apps.xdo.XDOException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Constructor Detail

XDOIOException

public XDOIOException()

XDOIOException

public XDOIOException(java.lang.String s)
Constructs an Exception with the specified detail message.
Parameters:
s - the detail message.

XDOIOException

public XDOIOException(java.lang.Throwable e)
Constructs an Exception with the cause Throwable object.
Parameters:
e - the cause Throwable object

Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


© 2004, 2005, 2006, 2007, 2008, Oracle. All rights reserved.