Class GetEndPointInfoAgainException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.corba.ee.spi.legacy.connection.GetEndPointInfoAgainException
All Implemented Interfaces:
Serializable

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).
See Also:
  • Field Details

  • Constructor Details

    • GetEndPointInfoAgainException

      public GetEndPointInfoAgainException(SocketInfo socketInfo)
  • Method Details

    • getEndPointInfo

      public SocketInfo getEndPointInfo()