Uses of Class
org.apache.hello_world_doc_lit.types.FaultDetail
-
Packages that use FaultDetail Package Description org.apache.hello_world_doc_lit org.apache.hello_world_doc_lit.types -
-
Uses of FaultDetail in org.apache.hello_world_doc_lit
Methods in org.apache.hello_world_doc_lit that return FaultDetail Modifier and Type Method Description FaultDetailPingMeFault. getFaultInfo()Constructors in org.apache.hello_world_doc_lit with parameters of type FaultDetail Constructor Description PingMeFault(String message, FaultDetail faultDetail)PingMeFault(String message, FaultDetail faultDetail, Throwable cause) -
Uses of FaultDetail in org.apache.hello_world_doc_lit.types
Methods in org.apache.hello_world_doc_lit.types that return FaultDetail Modifier and Type Method Description FaultDetailObjectFactory. createFaultDetail()Create an instance ofFaultDetail
-