Class HttpResponseException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- com.inductiveautomation.ignition.client.launch.steps.HttpResponseException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class HttpResponseException extends java.io.IOException- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HttpResponseException(int responseCode, java.lang.String responseMessage)HttpResponseException(java.net.HttpURLConnection con)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetResponseCode()java.lang.StringgetResponseMessage()
 
-