Class NotFoundFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.peppol.busdox.ws.identifier.NotFoundFault
-
- All Implemented Interfaces:
Serializable
@WebFault(name="NotFoundFault", targetNamespace="http://busdox.org/serviceMetadata/locator/1.0/") public class NotFoundFault extends ExceptionThis class was generated by the XML-WS Tools. XML-WS Tools 4.0.2 Generated source version: 3.0- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundFault(String message, FaultType faultInfo)NotFoundFault(String message, FaultType faultInfo, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaultTypegetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getFaultInfo
public FaultType getFaultInfo()
- Returns:
- returns fault bean: org.busdox.servicemetadata.locator._1.FaultType
-
-