toolbox.services.uddi.simple
Class SimpleUDDIException

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

public class SimpleUDDIException
extends java.lang.Exception

Exception that is generated during simple UDDI operations.

See Also:
Serialized Form

Constructor Summary
SimpleUDDIException(java.lang.Exception ex)
          Create a new SimpleUDDIException from the given Exception.
SimpleUDDIException(java.lang.String msg)
          Create a new SimpleUDDIException 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

SimpleUDDIException

public SimpleUDDIException(java.lang.Exception ex)
Create a new SimpleUDDIException from the given Exception.

Parameters:
ex - The wrapped exception instance.

SimpleUDDIException

public SimpleUDDIException(java.lang.String msg)
Create a new SimpleUDDIException with the given message.

Parameters:
msg - String containing the exception message.