org.jboss.errai.enterprise.client.jaxrs.api
Class ResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.errai.enterprise.client.jaxrs.api.ResponseException
- All Implemented Interfaces:
- Serializable
public class ResponseException
- extends RuntimeException
Indicates an invalid/unexpected HTTP response.
- Author:
- Christian Sadilek
- See Also:
- Serialized Form
Method Summary |
com.google.gwt.http.client.Response |
getResponse()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResponseException
public ResponseException(String message,
com.google.gwt.http.client.Response response)
getResponse
public com.google.gwt.http.client.Response getResponse()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.