Package com.inductiveautomation.snap.web
Class ResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.snap.web.ResponseException
- All Implemented Interfaces:
- Serializable
An exception wrapped around a failed response.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the response.intReturns the response code.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ResponseExceptionCreates a new ResponseException.
 
- 
- 
Method Details- 
getResponseReturns the response.
- 
getResponseCodepublic int getResponseCode()Returns the response code.
 
-