Class GatewayException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.inductiveautomation.ignition.client.gateway_interface.GatewayException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- VersionMismatchException
 
 public class GatewayException extends java.lang.Exception- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GatewayException(int errorCode, java.lang.String message)GatewayException(int errorCode, java.lang.String message, java.lang.Throwable cause)GatewayException(int errorCode, java.lang.Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetResponseMessage()java.lang.ObjectgetResponseObject()Returns the response object.
 
-