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