@WebFault(name="dispositionReport", targetNamespace="urn:uddi-org:api_v2") public class DispositionReport extends Exception
Constructor and Description |
---|
DispositionReport(String message,
DispositionReport faultInfo) |
DispositionReport(String message,
DispositionReport faultInfo,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static DispositionReport |
getDispositionReport(Exception e)
Convenience method to figure out if the Exception at hand contains a
DispositionReport.
|
DispositionReport |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DispositionReport(String message, DispositionReport faultInfo)
message
- faultInfo
- public DispositionReport(String message, DispositionReport faultInfo, Throwable cause)
message
- faultInfo
- cause
- public DispositionReport getFaultInfo()
public static DispositionReport getDispositionReport(Exception e)
e
- the Exception at hangCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.