Apache CXF API

org.oasis_open.docs.wsn.bw_2
Class UnacceptableInitialTerminationTimeFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oasis_open.docs.wsn.bw_2.UnacceptableInitialTerminationTimeFault
All Implemented Interfaces:
Serializable

@WebFault(name="UnacceptableInitialTerminationTimeFault",
          targetNamespace="http://docs.oasis-open.org/wsn/b-2")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00",
           comments="Apache CXF 3.0.0")
public class UnacceptableInitialTerminationTimeFault
extends Exception

This class was generated by Apache CXF 3.0.0 2014-05-14T15:41:34.489-04:00 Generated source version: 3.0.0

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
UnacceptableInitialTerminationTimeFault()
           
UnacceptableInitialTerminationTimeFault(String message)
           
UnacceptableInitialTerminationTimeFault(String message, Throwable cause)
           
UnacceptableInitialTerminationTimeFault(String message, UnacceptableInitialTerminationTimeFaultType unacceptableInitialTerminationTimeFault)
           
UnacceptableInitialTerminationTimeFault(String message, UnacceptableInitialTerminationTimeFaultType unacceptableInitialTerminationTimeFault, Throwable cause)
           
 
Method Summary
 UnacceptableInitialTerminationTimeFaultType getFaultInfo()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UnacceptableInitialTerminationTimeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public UnacceptableInitialTerminationTimeFault()

UnacceptableInitialTerminationTimeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public UnacceptableInitialTerminationTimeFault(String message)

UnacceptableInitialTerminationTimeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public UnacceptableInitialTerminationTimeFault(String message,
                                                                  Throwable cause)

UnacceptableInitialTerminationTimeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public UnacceptableInitialTerminationTimeFault(String message,
                                                                  UnacceptableInitialTerminationTimeFaultType unacceptableInitialTerminationTimeFault)

UnacceptableInitialTerminationTimeFault

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public UnacceptableInitialTerminationTimeFault(String message,
                                                                  UnacceptableInitialTerminationTimeFaultType unacceptableInitialTerminationTimeFault,
                                                                  Throwable cause)
Method Detail

getFaultInfo

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-05-14T15:41:34.489-04:00")
public UnacceptableInitialTerminationTimeFaultType getFaultInfo()

Apache CXF API

Apache CXF