Errai 3.0.1-SNAPSHOT

org.jboss.errai.enterprise.client.jaxrs.api
Class ResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ResponseException(String message, com.google.gwt.http.client.Response response)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseException

public ResponseException(String message,
                         com.google.gwt.http.client.Response response)
Method Detail

getResponse

public com.google.gwt.http.client.Response getResponse()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.