Class GenericTransferrableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.GenericTransferrableException
All Implemented Interfaces:
IExceptionFacade, Serializable

public class GenericTransferrableException extends Exception implements IExceptionFacade
This is a general exception that can be used to transfer error information across RPC. It wraps everything up into generic types that will exist on both sides of the boundary, getting around serialization issues caused by custom exceptions.

Use the static create() function to build.

See Also: