|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
toolbox.services.uddi.simple.SimpleUDDIException
public class SimpleUDDIException
Exception that is generated during simple UDDI operations.
| 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 |
|---|
public SimpleUDDIException(java.lang.Exception ex)
ex - The wrapped exception instance.public SimpleUDDIException(java.lang.String msg)
msg - String containing the exception message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||