|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--inspireit.uddi.base.UDDIException
UDDIException is thrown whenever a UDDI-specific exception is detected.
DispositionReport,
Serialized Form| Field Summary | |
protected DispositionReport |
dispositionReport
The DispositionReport detailing what this exception is about. |
| Constructor Summary | |
UDDIException(DispositionReport dispositionReport,
java.lang.String message)
UDDIException constructor. |
|
UDDIException(java.lang.String message)
UDDIException constructor. |
|
| Method Summary | |
DispositionReport |
getDispositionReport()
Gets the DispositionReport detailing what this exception is about. |
| 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 |
| Field Detail |
protected DispositionReport dispositionReport
| Constructor Detail |
public UDDIException(DispositionReport dispositionReport,
java.lang.String message)
dispositionReport - The DispositionReport detailing what this
exception is about.public UDDIException(java.lang.String message)
message - The detail message.| Method Detail |
public DispositionReport getDispositionReport()
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||