Java API

oracle.uddi
Class UddiException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.uddi.UddiException
Direct Known Subclasses:
RandomAccessOnlyException, SequentialAccessOnlyException

public class UddiException
extends java.lang.Exception

Superclass of all UDDI-related exceptions.

See Also:
Serialized Form

Constructor Summary
UddiException()
           
UddiException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UddiException

public UddiException()

UddiException

public UddiException(java.lang.String msg)

Java API

Copyright © 2001 - Oracle Corporation