Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.mdds
Class MddsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.webservices.mdds.MddsException

All Implemented Interfaces:
Serializable

public class MddsException
extends Exception

Created by IntelliJ IDEA. User: tgleason Date: Mar 28, 2005 Time: 10:42:42 AM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
MddsException()
           
MddsException(String message)
           
MddsException(String message, Throwable cause)
           
MddsException(Throwable cause)
           

 

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

MddsException

public MddsException()

MddsException

public MddsException(Throwable cause)

MddsException

public MddsException(String message)

MddsException

public MddsException(String message,
                     Throwable cause)

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.