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 Summary
ConstructorsConstructorDescriptionGatewayException
(int errorCode, String message) GatewayException
(int errorCode, String message, Throwable cause) GatewayException
(int errorCode, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the response object.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GatewayException
-
GatewayException
-
GatewayException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getResponseMessage
-
getResponseObject
Returns the response object. Some error messages might encode more information in the response. Will usually be null.
-