Class StatusCodeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class StatusCodeException extends InvocationException
Indicates that an RPC response was returned with an invalid HTTP status code. This exception will be presented via AsyncCallback.onFailure(Throwable) if the HTTP response from the server does not have a 200 status code.
See Also: