{
case LocateStatusType_1_2._UNKNOWN_OBJECT:
case LocateStatusType_1_2._LOC_SYSTEM_EXCEPTION:
{
SystemException se = SystemExceptionHelper.read( lris );
if (enp_reused && (se instanceof org.omg.CORBA.OBJECT_NOT_EXIST))
{
// Endpoint is reused by another server and the new server
// returned OBJECT_NOT_EXIST, so give up using this endpoint.
// The return value can be interpreted as not available endpoint.