- 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:
java.io.Serializable
public class HTTPException extends ProtocolException
TheHTTPException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private int
statusCode
-
Constructor Summary
Constructors Constructor Description HTTPException(int statusCode)
Constructor for the HTTPException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStatusCode()
Gets the HTTP status code.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
statusCode
private int statusCode
-
-