Package org.oasis_open.docs.wsn.brw_2
Class ResourceNotDestroyedFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.oasis_open.docs.wsn.brw_2.ResourceNotDestroyedFault
-
- All Implemented Interfaces:
Serializable
@WebFault(name="ResourceNotDestroyedFault", targetNamespace="http://docs.oasis-open.org/wsn/br-2") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00", comments="Apache CXF 3.6.1") public class ResourceNotDestroyedFault extends ExceptionThis class was generated by Apache CXF 3.6.1 2023-06-06T11:41:14.541-04:00 Generated source version: 3.6.1- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ResourceNotDestroyedFault()ResourceNotDestroyedFault(String message)ResourceNotDestroyedFault(String message, Throwable cause)ResourceNotDestroyedFault(String message, ResourceNotDestroyedFaultType resourceNotDestroyedFault)ResourceNotDestroyedFault(String message, ResourceNotDestroyedFaultType resourceNotDestroyedFault, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceNotDestroyedFaultTypegetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public static final long serialVersionUID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourceNotDestroyedFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public ResourceNotDestroyedFault()
-
ResourceNotDestroyedFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public ResourceNotDestroyedFault(String message)
-
ResourceNotDestroyedFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public ResourceNotDestroyedFault(String message, Throwable cause)
-
ResourceNotDestroyedFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public ResourceNotDestroyedFault(String message, ResourceNotDestroyedFaultType resourceNotDestroyedFault)
-
ResourceNotDestroyedFault
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public ResourceNotDestroyedFault(String message, ResourceNotDestroyedFaultType resourceNotDestroyedFault, Throwable cause)
-
-
Method Detail
-
getFaultInfo
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:41:14.541-04:00") public ResourceNotDestroyedFaultType getFaultInfo()
-
-