toolbox.uddi
Class UDDIException

Package class diagram package UDDIException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.uddi.UDDIException
All Implemented Interfaces:
java.io.Serializable

public class UDDIException
extends java.lang.Exception

Indicates exceptions while performing UDDI operations.

See Also:
Serialized Form

Constructor Summary
UDDIException(java.lang.Exception ex)
          Calls the parent constructor.
UDDIException(java.lang.String message)
          Calls the parent constructor with the given message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UDDIException

public UDDIException(java.lang.Exception ex)
Calls the parent constructor.

Parameters:
ex - Original exception that occured.

UDDIException

public UDDIException(java.lang.String message)
Calls the parent constructor with the given message.

Parameters:
message - Error message.