Class GetEndPointInfoAgainException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.corba.ee.spi.legacy.connection.GetEndPointInfoAgainException
-
- All Implemented Interfaces:
java.io.Serializable
public class GetEndPointInfoAgainException extends java.lang.Exception
This exception is raised byORBSocketFactory.createSocket
. It informs the ORB that it should callORBSocketFactory.getEndPointInfo
again with the givensocketInfo
object as an argument (i.e., a cookie).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private SocketInfo
socketInfo
-
Constructor Summary
Constructors Constructor Description GetEndPointInfoAgainException(SocketInfo socketInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketInfo
getEndPointInfo()
-
-
-
Field Detail
-
socketInfo
private SocketInfo socketInfo
-
-
Constructor Detail
-
GetEndPointInfoAgainException
public GetEndPointInfoAgainException(SocketInfo socketInfo)
-
-
Method Detail
-
getEndPointInfo
public SocketInfo getEndPointInfo()
-
-