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