Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


oracle.xdo
Class XDOIOException

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

All Implemented Interfaces:
java.io.Serializable

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

Constructor Summary
XDOIOException()
          Constructor
XDOIOException(java.lang.String message)
          Constructor
XDOIOException(java.lang.String message, java.lang.Throwable cause)
          Constructor
XDOIOException(java.lang.Throwable cause)
          Constructor

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XDOIOException

public XDOIOException()
Constructor
See Also:
Exception.Exception()

XDOIOException

public XDOIOException(java.lang.String message)
Constructor
Parameters:
message -
See Also:
Exception.Exception(String)

XDOIOException

public XDOIOException(java.lang.String message,
                      java.lang.Throwable cause)
Constructor
Parameters:
message -
cause -
See Also:
Exception.Exception(String, Throwable)

XDOIOException

public XDOIOException(java.lang.Throwable cause)
Constructor
Parameters:
cause -
See Also:
Exception.Exception(Throwable)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


Copyright © 2010, 2011, Oracle. All rights reserved.