java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.client.gateway_interface.GatewayException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VersionMismatchException

public class GatewayException extends Exception
See Also:
  • Constructor Details

    • GatewayException

      public GatewayException(int errorCode, String message)
    • GatewayException

      public GatewayException(int errorCode, String message, Throwable cause)
    • GatewayException

      public GatewayException(int errorCode, Throwable cause)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • getResponseMessage

      public String getResponseMessage()
    • getResponseObject

      public Object getResponseObject()
      Returns the response object. Some error messages might encode more information in the response. Will usually be null.