Class HTTPException



  • 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

      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • HTTPException

        public HTTPException​(int statusCode)
        Constructor for the HTTPException
        Parameters:
        statusCode - int for the HTTP status code
    • Method Detail

      • getStatusCode

        public int getStatusCode​()
        Gets the HTTP status code.
        Returns:
        HTTP status code