Package jakarta.xml.ws.http
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.xml.ws.WebServiceException
jakarta.xml.ws.ProtocolException
jakarta.xml.ws.http.HTTPException
- All Implemented Interfaces:
 Serializable
The 
HTTPException exception represents a
  XML/HTTP fault.
  Since there is no standard format for faults or exceptions in XML/HTTP messaging, only the HTTP status code is captured.
- Since:
 - 1.6, JAX-WS 2.0
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
HTTPException
public HTTPException(int statusCode) Constructor for the HTTPException- Parameters:
 statusCode-intfor the HTTP status code
 
 - 
 - 
Method Details
- 
getStatusCode
public int getStatusCode()Gets the HTTP status code.- Returns:
 - HTTP status code
 
 
 -