javax.xml.ws.http
Class HTTPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
javax.xml.ws.ProtocolException
javax.xml.ws.http.HTTPException
- All Implemented Interfaces:
- Serializable
public class HTTPException
- extends ProtocolException
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:
- JAX-WS 2.0
- See Also:
- Serialized Form
Constructor Summary |
HTTPException(int statusCode)
Constructor for the HTTPException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HTTPException
public HTTPException(int statusCode)
- Constructor for the HTTPException
- Parameters:
statusCode
- int
for the HTTP status code
getStatusCode
public int getStatusCode()
- Gets the HTTP status code.
- Returns:
- HTTP status code
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.