@WebFault(name="UnableToDestroyPullPointFault", targetNamespace="http://docs.oasis-open.org/wsn/b-2") public class UnableToDestroyPullPointFault extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
UnableToDestroyPullPointFault() |
UnableToDestroyPullPointFault(String message) |
UnableToDestroyPullPointFault(String message,
Throwable cause) |
UnableToDestroyPullPointFault(String message,
UnableToDestroyPullPointFaultType unableToDestroyPullPointFault) |
UnableToDestroyPullPointFault(String message,
UnableToDestroyPullPointFaultType unableToDestroyPullPointFault,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
UnableToDestroyPullPointFaultType |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public UnableToDestroyPullPointFault()
public UnableToDestroyPullPointFault(String message)
public UnableToDestroyPullPointFault(String message, UnableToDestroyPullPointFaultType unableToDestroyPullPointFault)
public UnableToDestroyPullPointFault(String message, UnableToDestroyPullPointFaultType unableToDestroyPullPointFault, Throwable cause)
public UnableToDestroyPullPointFaultType getFaultInfo()
Apache CXF