@WebFault(name="NotifyMessageNotSupportedFault", targetNamespace="http://docs.oasis-open.org/wsn/b-2") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00", comments="Apache CXF 3.1.0") public class NotifyMessageNotSupportedFault extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
NotifyMessageNotSupportedFault() |
NotifyMessageNotSupportedFault(String message) |
NotifyMessageNotSupportedFault(String message,
NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault) |
NotifyMessageNotSupportedFault(String message,
NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault,
Throwable cause) |
NotifyMessageNotSupportedFault(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
NotifyMessageNotSupportedFaultType |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public static final long serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public NotifyMessageNotSupportedFault()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public NotifyMessageNotSupportedFault(String message)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public NotifyMessageNotSupportedFault(String message, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public NotifyMessageNotSupportedFault(String message, NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public NotifyMessageNotSupportedFault(String message, NotifyMessageNotSupportedFaultType notifyMessageNotSupportedFault, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.042-04:00") public NotifyMessageNotSupportedFaultType getFaultInfo()
Apache CXF