connection

Type: Connection

The connection property of the ConnectionException class contains a reference to the connection object on which the exception was raised provided the connection object is an instance of a Connection subclass.

If the connection object is an instance of the JadeMultiWorkerTcpConnection class (which is not a subclass of the Connection class), the errorObject method returns a reference to the connection object and the errorItem property returns the name of method name in which the exception was raised; for example, JadeMultiWorkerTcpConnection::writeBinary.