OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/J

[Contents][Index][Back][Next]

Class ErrConnRefusedException

[Figure]

 
public class ErrConnRefusedException
extends Exception
 

This is an exception class returned by TP1/Client/J.

This exception indicates that an error occurred while an attempt was being made to establish a socket connection to a remote address and port.

Generally, this is caused by a connection being denied by the remote side (there is no standby process on the remote address and port).

Related items

TP1Client, TP1ClientException

Constructor

ErrConnRefusedException

public ErrConnRefusedException()

Creates an instance of ErrConnRefusedException without a detail message.