@WebFault(name="TopicNotSupportedFault", targetNamespace="http://docs.oasis-open.org/wsn/b-2") 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
public static final long serialVersionUID
public TopicNotSupportedFault()
public TopicNotSupportedFault(String message)
public TopicNotSupportedFault(String message, TopicNotSupportedFaultType topicNotSupportedFault)
public TopicNotSupportedFault(String message, TopicNotSupportedFaultType topicNotSupportedFault, Throwable cause)
public TopicNotSupportedFaultType getFaultInfo()
Apache CXF