FileDocCategorySizeDatePackage
GetEndPointInfoAgainException.javaAPI DocJava SE 6 API860Tue Jun 10 00:21:48 BST 2008com.sun.corba.se.spi.legacy.connection

GetEndPointInfoAgainException

public class GetEndPointInfoAgainException extends Exception
This exception is raised by ORBSocketFactory.createSocket. It informs the ORB that it should call ORBSocketFactory.getEndPointInfo again with the given socketInfo object as an argument (i.e., a cookie).

Fields Summary
private com.sun.corba.se.spi.transport.SocketInfo
socketInfo
Constructors Summary
public GetEndPointInfoAgainException(com.sun.corba.se.spi.transport.SocketInfo socketInfo)

        this.socketInfo = socketInfo;
    
Methods Summary
public com.sun.corba.se.spi.transport.SocketInfogetEndPointInfo()

        return socketInfo;