Package org.httprpc
Class WebServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.httprpc.WebServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebServiceException extends java.io.IOExceptionThrown to indicate that a service operation returned an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebServiceException(java.lang.String message, int statusCode)Constructs a new web service exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()Returns the HTTP status code returned by the service.
-