@WebFault(name="TopicNotSupportedFault", targetNamespace="http://docs.oasis-open.org/wsn/b-2") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00", comments="Apache CXF 3.1.0") public class TopicNotSupportedFault extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
TopicNotSupportedFault() |
TopicNotSupportedFault(String message) |
TopicNotSupportedFault(String message,
Throwable cause) |
TopicNotSupportedFault(String message,
TopicNotSupportedFaultType topicNotSupportedFault) |
TopicNotSupportedFault(String message,
TopicNotSupportedFaultType topicNotSupportedFault,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
TopicNotSupportedFaultType |
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.014-04:00") public static final long serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00") public TopicNotSupportedFault()
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00") public TopicNotSupportedFault(String message)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00") public TopicNotSupportedFault(String message, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00") public TopicNotSupportedFault(String message, TopicNotSupportedFaultType topicNotSupportedFault)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00") public TopicNotSupportedFault(String message, TopicNotSupportedFaultType topicNotSupportedFault, Throwable cause)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2015-05-01T12:46:23.014-04:00") public TopicNotSupportedFaultType getFaultInfo()
Apache CXF