com.bugsnag.http
Class BadResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bugsnag.http.BadResponseException
All Implemented Interfaces:
Serializable

public class BadResponseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
BadResponseException(String url, int responseCode)
           
 
Method Summary
 String getMessage()
           
 int getResponseCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

BadResponseException

public BadResponseException(String url,
                            int responseCode)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getResponseCode

public int getResponseCode()


Copyright © 2014. All Rights Reserved.