Skip navigation links

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

E17789-02


oracle.xdo
Class XDORuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.xdo.XDORuntimeException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CertificateExpiredException, CertificateNotYetValidException, InvalidSignatureInfoException, NoTrustedCertificateException, NotVerifiedAgainstChainException, NotVerifiedAgainstTrustedRoot

public class XDORuntimeException
extends java.lang.RuntimeException
Author:
hinami
See Also:
Serialized Form

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

XDORuntimeException

public XDORuntimeException()
Constructor
See Also:
RuntimeException.RuntimeException()

XDORuntimeException

public XDORuntimeException(java.lang.String message)
Constructor
Parameters:
message -
See Also:
RuntimeException.RuntimeException(String)

XDORuntimeException

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

XDORuntimeException

public XDORuntimeException(java.lang.Throwable cause)
Constructor
Parameters:
cause -
See Also:
RuntimeException.RuntimeException(Throwable)

Skip navigation links

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

E17789-02


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