Class GatewayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.client.gateway_interface.GatewayException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- VersionMismatchException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGatewayException(int errorCode, String message) GatewayException(int errorCode, String message, Throwable cause) GatewayException(int errorCode, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the response object.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GatewayException
- 
GatewayException
- 
GatewayException
 
- 
- 
Method Details- 
getErrorCodepublic int getErrorCode()
- 
getResponseMessage
- 
getResponseObjectReturns the response object. Some error messages might encode more information in the response. Will usually be null.
 
-