javax.xml.ws.http
Class HTTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by javax.xml.ws.ProtocolException
                      extended by javax.xml.ws.http.HTTPException
All Implemented Interfaces:
java.io.Serializable

public class HTTPException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
HTTPException(int statusCode)
           
 
Method Summary
 int getStatusCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPException

public HTTPException(int statusCode)
Method Detail

getStatusCode

public int getStatusCode()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.