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