Class BadRequestFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.peppol.busdox.ws.metadata.BadRequestFault
-
- All Implemented Interfaces:
Serializable
@WebFault(name="BadRequestFault", targetNamespace="http://busdox.org/serviceMetadata/locator/1.0/") public class BadRequestFault extends ExceptionThis class was generated by the JAX-WS RI. JAX-WS RI 2.3.5 Generated source version: 2.2- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestFault(String message, FaultType faultInfo)BadRequestFault(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
-
-